Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of pdiot-ble-notify-array by
mbed_app.json
- Committer:
- mbed_official
- Date:
- 2017-04-05
- Revision:
- 26:f8d652237bda
- Parent:
- 5:b630d2a88c51
- Child:
- 34:595f8acac1e8
File content as of revision 26:f8d652237bda:
{
"config": {
"ble_button_pin_name": {
"help": "The pin name used as button in this application",
"macro_name": "BLE_BUTTON_PIN_NAME",
"required": true
}
},
"target_overrides": {
"NRF51_DK": {
"ble_button_pin_name": "BUTTON1"
},
"NRF52_DK": {
"ble_button_pin_name": "BUTTON1"
},
"K64F": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG"],
"target.macros_add": ["IDB0XA1_D13_PATCH"],
"ble_button_pin_name": "SW2"
},
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG"],
"ble_button_pin_name": "USER_BUTTON"
}
}
}
