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

mbed_app.json

Committer:
jimbaud
Date:
2019-01-08
Revision:
17:8ebeb7531f82
Parent:
11:547e88d95052

File content as of revision 17:8ebeb7531f82:

{
    "config": {
        "filesystem_support": {
            "help": "Whether filesystem is supported on the target",
            "value": 1
        }
    },
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
            "filesystem_support": 0
        },
        "NUCLEO_F411RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "DISCO_L475VG_IOT01A": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        }
    }
}