MBED OS BLE example LED

Fork of mbed-os-example-ble-LED by mbed-os-examples

Committer:
wkleunen
Date:
Mon Nov 27 12:23:32 2017 +0000
Revision:
48:add2f2de4fd0
Parent:
38:f36c230b1b28
NRF52 don't use HW Flow Control

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 31:1a8e0f5fd8de 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:864ddfb70a9c 6 },
mbed_official 2:864ddfb70a9c 7 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 8 "target.features_add": ["BLE"],
mbed_official 2:864ddfb70a9c 9 "target.extra_labels_add": ["ST_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 38:f36c230b1b28 13 "target.extra_labels_add": ["ST_BLUENRG"]
wkleunen 48:add2f2de4fd0 14 },
wkleunen 48:add2f2de4fd0 15 "NRF52_DK": {
wkleunen 48:add2f2de4fd0 16 "target.uart_hwfc": 0
mbed_official 2:864ddfb70a9c 17 }
mbed_official 2:864ddfb70a9c 18 }
mbed_official 2:864ddfb70a9c 19 }