My small ble testing program

Dependencies:   BleSerial Cli ConfigFile MbedJSONValue

Committer:
twixx
Date:
Wed Jan 03 17:08:52 2018 +0000
Revision:
1:d4e23495812a
Parent:
0:1d8829c32cd5
no changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
twixx 0:1d8829c32cd5 1 {
twixx 0:1d8829c32cd5 2 "target_overrides": {
twixx 0:1d8829c32cd5 3 "K64F": {
twixx 0:1d8829c32cd5 4 "target.features_add": ["BLE"],
twixx 0:1d8829c32cd5 5 "target.extra_labels_add": ["ST_BLUENRG"]
twixx 0:1d8829c32cd5 6 },
twixx 0:1d8829c32cd5 7 "NUCLEO_F401RE": {
twixx 0:1d8829c32cd5 8 "target.features_add": ["BLE"],
twixx 0:1d8829c32cd5 9 "target.extra_labels_add": ["ST_BLUENRG"]
twixx 0:1d8829c32cd5 10 },
twixx 0:1d8829c32cd5 11 "DISCO_L475VG_IOT01A": {
twixx 0:1d8829c32cd5 12 "target.features_add": ["BLE"],
twixx 0:1d8829c32cd5 13 "target.extra_labels_add": ["ST_BLUENRG"]
twixx 0:1d8829c32cd5 14 }
twixx 0:1d8829c32cd5 15 }
twixx 0:1d8829c32cd5 16 }