Kris Scholte Lubberink
/
bleswitcher
test
Diff: mbed_app.json
- Revision:
- 9:674ab70e0f36
- Parent:
- 3:704a199f2316
- Child:
- 11:547e88d95052
--- a/mbed_app.json Thu Aug 23 13:45:41 2018 +0100 +++ b/mbed_app.json Thu Aug 23 14:00:15 2018 +0100 @@ -1,2 +1,23 @@ { + "config": { + "filesystem_support": { + "help": "Whether filesystem is supported on the target", + "value": 1 + } + }, + "target_overrides": { + "K64F": { + "target.features_add": ["BLE"], + "target.extra_labels_add": ["ST_BLUENRG"], + "filesystem_support": 0 + }, + "NUCLEO_F401RE": { + "target.features_add": ["BLE"], + "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] + }, + "DISCO_L475VG_IOT01A": { + "target.features_add": ["BLE"], + "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] + } + } }