Skip to content

Commit b943b5f

Browse files
authored
Merge pull request #12179 from jamesbeyond/update_ble
TESTS: Update testing of examples in mbed-os
2 parents 0f5c3f0 + e957b4f commit b943b5f

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

tools/test/examples/examples.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,23 @@
6060
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
6161
"sub-repo-example": true,
6262
"subs": [
63-
"BLE_Beacon",
64-
"BLE_HeartRate",
65-
"BLE_Thermometer",
66-
"BLE_LEDBlinker",
67-
"BLE_LED",
68-
"BLE_GAPButton",
69-
"BLE_Button",
70-
"BLE_BatteryLevel"
63+
"BLE_BatteryLevel",
64+
"BLE_Beacon",
65+
"BLE_Button",
66+
"BLE_GAP",
67+
"BLE_GAPButton",
68+
"BLE_GattClient",
69+
"BLE_GattServer",
70+
"BLE_HeartRate",
71+
"BLE_LED",
72+
"BLE_LEDBlinker",
73+
"BLE_PeriodicAdvertising",
74+
"BLE_Privacy",
75+
"BLE_SM",
76+
"BLE_Thermometer"
7177
],
72-
"features" : ["BLE"],
73-
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
78+
"features" : [],
79+
"targets" : ["NRF51_DK", "NRF52_DK", "DISCO_L475VG_IOT01A"],
7480
"toolchains" : [],
7581
"exporters": [],
7682
"compile" : true,
@@ -100,7 +106,7 @@
100106
"sub-repo-example": false,
101107
"subs": [],
102108
"features" : [],
103-
"targets" : ["K64F", "DISCO_F746NG"],
109+
"targets" : ["K66F", "NUCLEO_F429ZI", "DISCO_F746NG"],
104110
"toolchains" : [],
105111
"exporters": [],
106112
"compile" : true,
@@ -172,7 +178,7 @@
172178
"sub-repo-example": false,
173179
"subs": [],
174180
"features" : [],
175-
"targets" : ["K66F"],
181+
"targets" : ["DISCO_L475VG_IOT01A"],
176182
"toolchains" : [],
177183
"exporters": [],
178184
"compile" : true,
@@ -188,7 +194,7 @@
188194
"sub-repo-example": false,
189195
"subs": [],
190196
"features" : [],
191-
"targets" : ["K66F", "FVP_MPS2_M3"],
197+
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
192198
"toolchains" : [],
193199
"exporters": [],
194200
"compile" : true,
@@ -220,7 +226,7 @@
220226
"sub-repo-example": false,
221227
"subs": [],
222228
"features" : [],
223-
"targets" : ["K66F", "FVP_MPS2_M3"],
229+
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
224230
"toolchains" : [],
225231
"exporters": [],
226232
"compile" : true,
@@ -252,7 +258,7 @@
252258
"sub-repo-example": false,
253259
"subs": [],
254260
"features" : [],
255-
"targets" : ["K66F"],
261+
"targets" : ["DISCO_L475VG_IOT01A"],
256262
"toolchains" : [],
257263
"exporters": [],
258264
"compile" : true,
@@ -396,7 +402,7 @@
396402
"sub-repo-example": false,
397403
"subs": [],
398404
"features" : [],
399-
"targets" : ["K64F", "DISCO_L475VG_IOT01A"],
405+
"targets" : ["DISCO_L475VG_IOT01A"],
400406
"toolchains" : [],
401407
"exporters": [],
402408
"compile" : true,
@@ -429,7 +435,6 @@
429435
"subs": [],
430436
"features" : [],
431437
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
432-
"K64F",
433438
"K66F",
434439
"NUCLEO_F429ZI",
435440
"UBLOX_ODIN_EVK_W2",

0 commit comments

Comments
 (0)