Skip to content

Commit 0e8b7cd

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
add extra ble example to complie test
1 parent 5f495db commit 0e8b7cd

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

tools/test/examples/examples.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,20 @@
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
],
7278
"features" : ["BLE"],
7379
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],

0 commit comments

Comments
 (0)