
v1.19 Release
Dependencies: nRF51822
mbed_app.json@23:7ca590427f0e, 2019-03-19 (annotated)
- Committer:
- sgetz7908
- Date:
- Tue Mar 19 19:25:39 2019 +0000
- Revision:
- 23:7ca590427f0e
Saving in progress work of updating code to new Merck Flow Diagram.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sgetz7908 | 23:7ca590427f0e | 1 | { |
sgetz7908 | 23:7ca590427f0e | 2 | "target_overrides": { |
sgetz7908 | 23:7ca590427f0e | 3 | "K64F": { |
sgetz7908 | 23:7ca590427f0e | 4 | "target.features_add": ["BLE"], |
sgetz7908 | 23:7ca590427f0e | 5 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
sgetz7908 | 23:7ca590427f0e | 6 | }, |
sgetz7908 | 23:7ca590427f0e | 7 | "NUCLEO_F401RE": { |
sgetz7908 | 23:7ca590427f0e | 8 | "target.features_add": ["BLE"], |
sgetz7908 | 23:7ca590427f0e | 9 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
sgetz7908 | 23:7ca590427f0e | 10 | }, |
sgetz7908 | 23:7ca590427f0e | 11 | "DISCO_L475VG_IOT01A": { |
sgetz7908 | 23:7ca590427f0e | 12 | "target.features_add": ["BLE"], |
sgetz7908 | 23:7ca590427f0e | 13 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
sgetz7908 | 23:7ca590427f0e | 14 | }, |
sgetz7908 | 23:7ca590427f0e | 15 | "NRF52840_DK": { |
sgetz7908 | 23:7ca590427f0e | 16 | "target.features_add": ["BLE"], |
sgetz7908 | 23:7ca590427f0e | 17 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"], |
sgetz7908 | 23:7ca590427f0e | 18 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"] |
sgetz7908 | 23:7ca590427f0e | 19 | }, |
sgetz7908 | 23:7ca590427f0e | 20 | "NRF52_DK": { |
sgetz7908 | 23:7ca590427f0e | 21 | "target.features_add": ["BLE"], |
sgetz7908 | 23:7ca590427f0e | 22 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"], |
sgetz7908 | 23:7ca590427f0e | 23 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"], |
sgetz7908 | 23:7ca590427f0e | 24 | "target.features_remove": ["CRYPTOCELL310"] |
sgetz7908 | 23:7ca590427f0e | 25 | } |
sgetz7908 | 23:7ca590427f0e | 26 | } |
sgetz7908 | 23:7ca590427f0e | 27 | } |