update to target nrf52840

Committer:
brunnobbco
Date:
Thu Aug 13 12:56:05 2020 +0000
Revision:
1:f2e3a692717a
Target NRF52840

Who changed what in which revision?

UserRevisionLine numberNew contents of line
brunnobbco 1:f2e3a692717a 1 {
brunnobbco 1:f2e3a692717a 2
brunnobbco 1:f2e3a692717a 3 "target_overrides": {
brunnobbco 1:f2e3a692717a 4 "K64F": {
brunnobbco 1:f2e3a692717a 5 "target.features_add": ["BLE"],
brunnobbco 1:f2e3a692717a 6 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
brunnobbco 1:f2e3a692717a 7 },
brunnobbco 1:f2e3a692717a 8 "NUCLEO_F401RE": {
brunnobbco 1:f2e3a692717a 9 "target.features_add": ["BLE"],
brunnobbco 1:f2e3a692717a 10 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
brunnobbco 1:f2e3a692717a 11 },
brunnobbco 1:f2e3a692717a 12 "DISCO_L475VG_IOT01A": {
brunnobbco 1:f2e3a692717a 13 "target.features_add": ["BLE"],
brunnobbco 1:f2e3a692717a 14 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
brunnobbco 1:f2e3a692717a 15 },
brunnobbco 1:f2e3a692717a 16 "NRF52840_DK": {
brunnobbco 1:f2e3a692717a 17 "platform.stdio-baud-rate": 9600,
brunnobbco 1:f2e3a692717a 18 "platform.default-serial-baud-rate": 9600,
brunnobbco 1:f2e3a692717a 19 "target.features_add": ["BLE"],
brunnobbco 1:f2e3a692717a 20 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_N ONE", "NORDIC_CORDIO"],
brunnobbco 1:f2e3a692717a 21 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"],
brunnobbco 1:f2e3a692717a 22 "target.USBTX": "p25"
brunnobbco 1:f2e3a692717a 23
brunnobbco 1:f2e3a692717a 24 },
brunnobbco 1:f2e3a692717a 25 "NRF52_DK": {
brunnobbco 1:f2e3a692717a 26 "target.features_add": ["BLE"],
brunnobbco 1:f2e3a692717a 27 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
brunnobbco 1:f2e3a692717a 28 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
brunnobbco 1:f2e3a692717a 29 }
brunnobbco 1:f2e3a692717a 30 }
brunnobbco 1:f2e3a692717a 31 }