Denise Ackermann
/
mbed-os-example-ble-Advertising
Bluetooth
Diff: mbed_app.json
- Revision:
- 0:7373a1c9d5b4
- Child:
- 1:cf0602e9d9df
diff -r 000000000000 -r 7373a1c9d5b4 mbed_app.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Thu Jan 14 11:25:30 2021 +0000 @@ -0,0 +1,23 @@ +{ + "target_overrides": { + "*": { + "platform.stdio-baud-rate": 115200 + }, + "K64F": { + "target.components_add": ["BlueNRG_MS"], + "target.features_add": ["BLE"], + "target.extra_labels_add": ["CORDIO"] + }, + "NUCLEO_F401RE": { + "target.components_add": ["BlueNRG_MS"], + "target.features_add": ["BLE"], + "target.extra_labels_add": ["CORDIO"] + }, + "NRF52840_DK": { + "target.features_add": ["BLE"] + }, + "NRF52_DK": { + "target.features_add": ["BLE"] + } + } +}