BLE UART example.

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

Committer:
sarahmarshy
Date:
Thu Jun 01 11:35:54 2017 -0500
Revision:
26:080483023d92
Parent:
2:864ddfb70a9c
Update mbed-os

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 2:864ddfb70a9c 5 "target.extra_labels_add": ["ST_BLUENRG"],
mbed_official 2:864ddfb70a9c 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
mbed_official 2:864ddfb70a9c 7 },
mbed_official 2:864ddfb70a9c 8 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 9 "target.features_add": ["BLE"],
mbed_official 2:864ddfb70a9c 10 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:864ddfb70a9c 11 }
mbed_official 2:864ddfb70a9c 12 }
mbed_official 2:864ddfb70a9c 13 }