MBED OS BLE example LED

Fork of mbed-os-example-ble-LED by mbed-os-examples

mbed_app.json

Committer:
wkleunen
Date:
2017-11-27
Revision:
48:add2f2de4fd0
Parent:
38:f36c230b1b28

File content as of revision 48:add2f2de4fd0:

{
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"]
        },
        "NUCLEO_F401RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"]
        },
        "DISCO_L475VG_IOT01A": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"]
        },
        "NRF52_DK": {
            "target.uart_hwfc": 0
        }
    }
}