Skip to content

Commit fc488f6

Browse files
authored
Merge pull request #11995 from VeijoPesonen/mcu_nrf52840_fixes
MCU_NRF52840 target configuration fixes
2 parents da5a8b2 + 5d3e859 commit fc488f6

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

targets/targets.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7831,6 +7831,8 @@
78317831
"overrides": {
78327832
"mpu-rom-end": "0x1fffffff"
78337833
},
7834+
"release_versions": ["5"],
7835+
"device_name": "nRF52840_xxAA",
78347836
"OUTPUT_EXT": "hex",
78357837
"is_disk_virtual": true,
78367838
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
@@ -7842,29 +7844,22 @@
78427844
"NRF52840_DK": {
78437845
"supported_form_factors": ["ARDUINO"],
78447846
"inherits": ["MCU_NRF52840"],
7845-
"release_versions": ["5"],
7846-
"device_name": "nRF52840_xxAA",
7847+
"detect_code": ["1102"],
78477848
"macros_add": [
78487849
"CONFIG_GPIO_AS_PINRESET"
78497850
]
78507851
},
78517852
"ARDUINO_NANO33BLE": {
78527853
"inherits": ["MCU_NRF52840"],
7853-
"release_versions": ["5"],
7854-
"device_name": "nRF52840_xxAA",
7855-
"features_add": ["BLE", "STORAGE"],
7854+
"features_add": ["STORAGE"],
78567855
"components_remove": ["QSPIF"],
7857-
"components_add": ["FLASHIAP"],
78587856
"device_has_remove": ["QSPI", "ITM"],
7859-
"device_has_add": ["FLASH"],
78607857
"macros_add": [
78617858
"CONFIG_GPIO_AS_PINRESET"
78627859
]
78637860
},
78647861
"MTB_LAIRD_BL654": {
78657862
"inherits": ["MCU_NRF52840"],
7866-
"release_versions": ["5"],
7867-
"device_name": "nRF52840_xxAA",
78687863
"detect_code": ["0465"],
78697864
"features_remove": ["CRYPTOCELL310"],
78707865
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
@@ -7876,13 +7871,10 @@
78767871
},
78777872
"MAKERDIARY_NRF52840_MDK": {
78787873
"inherits": ["MCU_NRF52840"],
7879-
"release_versions": ["5"],
7880-
"device_name": "nRF52840_xxAA",
78817874
"detect_code": ["1026"],
78827875
"device_has_remove": ["ITM"],
78837876
"macros_add": [
7884-
"CONFIG_GPIO_AS_PINRESET",
7885-
"NRF52_ERRATA_20"
7877+
"CONFIG_GPIO_AS_PINRESET"
78867878
]
78877879
},
78887880
"BLUEPILL_F103C8": {
@@ -9634,7 +9626,6 @@
96349626
},
96359627
"EP_AGORA": {
96369628
"inherits": ["MCU_NRF52840"],
9637-
"device_name": "nRF52840_xxAA",
96389629
"supported_form_factors": [],
96399630
"config": {
96409631
"modem_is_on_board": {
@@ -9650,7 +9641,6 @@
96509641
},
96519642
"components_add": ["SPIF"],
96529643
"components_remove": ["QSPIF"],
9653-
"release_versions": ["5"],
96549644
"macros_add": [
96559645
"CONFIG_GPIO_AS_PINRESET"
96569646
]

0 commit comments

Comments
 (0)