
v1.19 Release
Dependencies: nRF51822
mbed_app.json@63:c321added5b1, 2021-06-16 (annotated)
- Committer:
- fdelahan
- Date:
- Wed Jun 16 16:33:49 2021 +0000
- Revision:
- 63:c321added5b1
- Parent:
- 23:7ca590427f0e
This is a dead end version of 1.19. The code has been modified to produce an incorrect crc for 1.19 to be used in verification testing of utility software.; A "1" was added to the crc message of the 'm' request in the comm case statement.
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 | } |