test

mbed_app.json

Committer:
paulszczepanek
Date:
2018-03-08
Revision:
0:fcb1e0b995a9
Child:
1:916188eae2bb

File content as of revision 0:fcb1e0b995a9:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate": 921600
        },
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG"]
        },
        "NUCLEO_F401RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
        },
        "DISCO_L475VG_IOT01A": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
        }
    }
}