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:
2016-07-29
Revision:
3:41f6be68aefb
Parent:
2:401488de6e22
Child:
32:f10243c96229

File content as of revision 3:41f6be68aefb:

{
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"],
            "target.macros_add": ["IDB0XA1_D13_PATCH"]
        },
        "NUCLEO_F401RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"]
        }
    }
}