Bluetooth

mbed_app.json

Committer:
ackerden
Date:
2021-04-26
Revision:
1:cf0602e9d9df
Parent:
0:7373a1c9d5b4

File content as of revision 1:cf0602e9d9df:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate": 115200
        },
        "K64F": {
            "target.components_add": ["BlueNRG_MS"],
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO"]
        },
        "NUCLEO_F446RE": {
            "target.components_add": ["BlueNRG_MS"],
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO"]
        },
        "NRF52840_DK": {
            "target.features_add": ["BLE"]
        },
        "NRF52_DK": {
            "target.features_add": ["BLE"]
        }
    }
}