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

Fork of BLE-Beacon by Joël Imbaud

mbed_app.json

Committer:
mbed_official
Date:
2018-09-04
Revision:
70:5575d1bee775
Parent:
39:31c398bdb3bb
Child:
76:f0f06bffa8e3

File content as of revision 70:5575d1bee775:

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