BLE Security Manager example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-SM/

Fork of BLE-SecurityManager by Joël Imbaud

Committer:
jimbaud
Date:
Tue Jan 08 15:11:24 2019 +0000
Revision:
17:8ebeb7531f82
Parent:
11:547e88d95052
BLE Security Manager example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-SM/; ;

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 11:547e88d95052 11 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
mbed_official 9:674ab70e0f36 12 "filesystem_support": 0
mbed_official 9:674ab70e0f36 13 },
jimbaud 17:8ebeb7531f82 14 "NUCLEO_F411RE": {
mbed_official 9:674ab70e0f36 15 "target.features_add": ["BLE"],
mbed_official 11:547e88d95052 16 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 9:674ab70e0f36 17 },
mbed_official 9:674ab70e0f36 18 "DISCO_L475VG_IOT01A": {
mbed_official 9:674ab70e0f36 19 "target.features_add": ["BLE"],
mbed_official 11:547e88d95052 20 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 9:674ab70e0f36 21 }
mbed_official 9:674ab70e0f36 22 }
Donatien Garnier 1:916188eae2bb 23 }