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

Fork of BLE-GAP by Joël Imbaud

mbed_app.json

Committer:
jimbaud
Date:
2019-01-08
Revision:
16:9d9c70b320c4
Parent:
9:c2eb98632b22

File content as of revision 16:9d9c70b320c4:

{
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "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"]
        }
    }
}