p2p+rssi
Dependencies: pulga-lorawan-drv SX1272
mbed_app.json@4:05d5aa4d3f2d, 2019-11-13 (annotated)
- Committer:
- marcoantonioara
- Date:
- Wed Nov 13 16:42:06 2019 +0000
- Revision:
- 4:05d5aa4d3f2d
- Parent:
- 3:cbe3f441353e
- Child:
- 9:cf555a570349
Test version firmware Coragem using all sensors
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
marcoantonioara | 3:cbe3f441353e | 1 | { |
marcoantonioara | 3:cbe3f441353e | 2 | |
marcoantonioara | 3:cbe3f441353e | 3 | "target_overrides": { |
marcoantonioara | 3:cbe3f441353e | 4 | "K64F": { |
marcoantonioara | 3:cbe3f441353e | 5 | "target.features_add": ["BLE"], |
marcoantonioara | 3:cbe3f441353e | 6 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
marcoantonioara | 3:cbe3f441353e | 7 | }, |
marcoantonioara | 3:cbe3f441353e | 8 | "NUCLEO_F401RE": { |
marcoantonioara | 3:cbe3f441353e | 9 | "target.features_add": ["BLE"], |
marcoantonioara | 3:cbe3f441353e | 10 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
marcoantonioara | 3:cbe3f441353e | 11 | }, |
marcoantonioara | 3:cbe3f441353e | 12 | "DISCO_L475VG_IOT01A": { |
marcoantonioara | 3:cbe3f441353e | 13 | "target.features_add": ["BLE"], |
marcoantonioara | 3:cbe3f441353e | 14 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
marcoantonioara | 3:cbe3f441353e | 15 | }, |
marcoantonioara | 3:cbe3f441353e | 16 | "NRF52840_DK": { |
marcoantonioara | 3:cbe3f441353e | 17 | "platform.stdio-baud-rate": 9600, |
marcoantonioara | 3:cbe3f441353e | 18 | "platform.default-serial-baud-rate": 9600, |
marcoantonioara | 3:cbe3f441353e | 19 | "target.features_add": ["BLE"], |
marcoantonioara | 3:cbe3f441353e | 20 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_N ONE", "NORDIC_CORDIO"], |
marcoantonioara | 3:cbe3f441353e | 21 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"], |
marcoantonioara | 3:cbe3f441353e | 22 | "target.lf_clock_src": "NRF_LF_SRC_RC", |
marcoantonioara | 3:cbe3f441353e | 23 | "target.lf_clock_rc_calib_timer_interval": 16, |
marcoantonioara | 4:05d5aa4d3f2d | 24 | "target.lf_clock_rc_calib_mode_config": 2 |
marcoantonioara | 3:cbe3f441353e | 25 | |
marcoantonioara | 3:cbe3f441353e | 26 | |
marcoantonioara | 3:cbe3f441353e | 27 | |
marcoantonioara | 3:cbe3f441353e | 28 | }, |
marcoantonioara | 3:cbe3f441353e | 29 | "NRF52_DK": { |
marcoantonioara | 3:cbe3f441353e | 30 | "target.features_add": ["BLE"], |
marcoantonioara | 3:cbe3f441353e | 31 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"], |
marcoantonioara | 3:cbe3f441353e | 32 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"] |
marcoantonioara | 3:cbe3f441353e | 33 | } |
marcoantonioara | 3:cbe3f441353e | 34 | } |
marcoantonioara | 3:cbe3f441353e | 35 | } |