Testing of Onboard Led using nRF control panel app in Android device.

Committer:
mbed_official
Date:
Thu Aug 15 17:01:56 2019 +0100
Revision:
79:4c62b7c6081a
Parent:
74:51fde11a771f
Merge pull request #252 from donatieng/mbed_os_update

Update Master branch to use Mbed OS 5.13.1
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:864ddfb70a9c 1 {
mbed_official 2:864ddfb70a9c 2 "target_overrides": {
mbed_official 2:864ddfb70a9c 3 "K64F": {
mbed_official 2:864ddfb70a9c 4 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 6 },
mbed_official 2:864ddfb70a9c 7 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 8 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:f36c230b1b28 10 },
mbed_official 38:f36c230b1b28 11 "DISCO_L475VG_IOT01A": {
mbed_official 38:f36c230b1b28 12 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 74:51fde11a771f 14 },
mbed_official 74:51fde11a771f 15 "NRF52840_DK": {
mbed_official 79:4c62b7c6081a 16 "target.features_add": ["BLE"]
mbed_official 74:51fde11a771f 17 },
mbed_official 74:51fde11a771f 18 "NRF52_DK": {
mbed_official 79:4c62b7c6081a 19 "target.features_add": ["BLE"]
mbed_official 2:864ddfb70a9c 20 }
mbed_official 2:864ddfb70a9c 21 }
mbed_official 2:864ddfb70a9c 22 }