MBED OS BLE example LED

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

Committer:
mbed_official
Date:
Thu Jun 15 10:15:37 2017 +0100
Revision:
31:1a8e0f5fd8de
Parent:
2:864ddfb70a9c
Child:
38:f36c230b1b28
Merge pull request #83 from apalmieriGH/master

Update reference to ST BLUENRG lib
.
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 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 2:864ddfb70a9c 10 }
mbed_official 2:864ddfb70a9c 11 }
mbed_official 2:864ddfb70a9c 12 }