Example for BLE HID scanner
Fork of BLE_HIDScanner_DELTA by
Diff: mbed_app.json
- Revision:
- 2:9f46fa6237dd
- Parent:
- 0:c7bcc0b36b5e
- Child:
- 4:fd7572166cbb
--- a/mbed_app.json Tue Feb 07 02:51:56 2017 +0000
+++ b/mbed_app.json Mon Mar 27 09:58:38 2017 +0000
@@ -1,13 +1,12 @@
{
- "target_overrides": {
- "K64F": {
- "target.features_add": ["BLE"],
- "target.extra_labels_add": ["ST_BLUENRG"],
- "target.macros_add": ["IDB0XA1_D13_PATCH"]
+ "config": {
+ "lf_clock_rc_calib_timer_interval": {
+ "value": 16,
+ "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
},
- "NUCLEO_F401RE": {
- "target.features_add": ["BLE"],
- "target.extra_labels_add": ["ST_BLUENRG"]
+ "lf_clock_rc_calib_mode_config": {
+ "value": 0,
+ "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
}
}
}
\ No newline at end of file
