test

Committer:
mbed_official
Date:
Thu Aug 23 14:00:15 2018 +0100
Revision:
9:674ab70e0f36
Parent:
3:704a199f2316
Child:
11:547e88d95052
Delete .project
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Donatien Garnier 1:916188eae2bb 1 {
mbed_official 9:674ab70e0f36 2 "config": {
mbed_official 9:674ab70e0f36 3 "filesystem_support": {
mbed_official 9:674ab70e0f36 4 "help": "Whether filesystem is supported on the target",
mbed_official 9:674ab70e0f36 5 "value": 1
mbed_official 9:674ab70e0f36 6 }
mbed_official 9:674ab70e0f36 7 },
mbed_official 9:674ab70e0f36 8 "target_overrides": {
mbed_official 9:674ab70e0f36 9 "K64F": {
mbed_official 9:674ab70e0f36 10 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 11 "target.extra_labels_add": ["ST_BLUENRG"],
mbed_official 9:674ab70e0f36 12 "filesystem_support": 0
mbed_official 9:674ab70e0f36 13 },
mbed_official 9:674ab70e0f36 14 "NUCLEO_F401RE": {
mbed_official 9:674ab70e0f36 15 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 16 "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
mbed_official 9:674ab70e0f36 17 },
mbed_official 9:674ab70e0f36 18 "DISCO_L475VG_IOT01A": {
mbed_official 9:674ab70e0f36 19 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 20 "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
mbed_official 9:674ab70e0f36 21 }
mbed_official 9:674ab70e0f36 22 }
Donatien Garnier 1:916188eae2bb 23 }