mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12179 from jamesbeyond/update_ble
TESTS: Update testing of examples in mbed-ospull/12196/head
commit
b943b5f4db
|
@ -60,17 +60,23 @@
|
|||
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
|
||||
"sub-repo-example": true,
|
||||
"subs": [
|
||||
"BLE_Beacon",
|
||||
"BLE_HeartRate",
|
||||
"BLE_Thermometer",
|
||||
"BLE_LEDBlinker",
|
||||
"BLE_LED",
|
||||
"BLE_GAPButton",
|
||||
"BLE_Button",
|
||||
"BLE_BatteryLevel"
|
||||
"BLE_BatteryLevel",
|
||||
"BLE_Beacon",
|
||||
"BLE_Button",
|
||||
"BLE_GAP",
|
||||
"BLE_GAPButton",
|
||||
"BLE_GattClient",
|
||||
"BLE_GattServer",
|
||||
"BLE_HeartRate",
|
||||
"BLE_LED",
|
||||
"BLE_LEDBlinker",
|
||||
"BLE_PeriodicAdvertising",
|
||||
"BLE_Privacy",
|
||||
"BLE_SM",
|
||||
"BLE_Thermometer"
|
||||
],
|
||||
"features" : ["BLE"],
|
||||
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
|
||||
"features" : [],
|
||||
"targets" : ["NRF51_DK", "NRF52_DK", "DISCO_L475VG_IOT01A"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -100,7 +106,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F", "DISCO_F746NG"],
|
||||
"targets" : ["K66F", "NUCLEO_F429ZI", "DISCO_F746NG"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -172,7 +178,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K66F"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -188,7 +194,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K66F", "FVP_MPS2_M3"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -220,7 +226,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K66F", "FVP_MPS2_M3"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -252,7 +258,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K66F"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -396,7 +402,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F", "DISCO_L475VG_IOT01A"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -429,7 +435,6 @@
|
|||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
|
||||
"K64F",
|
||||
"K66F",
|
||||
"NUCLEO_F429ZI",
|
||||
"UBLOX_ODIN_EVK_W2",
|
||||
|
|
Loading…
Reference in New Issue