Skip to content

Commit c479dab

Browse files
author
Veijo Pesonen
committed
MCU_NRF52840: Removes redundant OS version and CMSIS Packs data
1 parent 24c6c4c commit c479dab

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

targets/targets.json

Lines changed: 2 additions & 10 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,16 +7844,12 @@
78427844
"NRF52840_DK": {
78437845
"supported_form_factors": ["ARDUINO"],
78447846
"inherits": ["MCU_NRF52840"],
7845-
"release_versions": ["5"],
7846-
"device_name": "nRF52840_xxAA",
78477847
"macros_add": [
78487848
"CONFIG_GPIO_AS_PINRESET"
78497849
]
78507850
},
78517851
"ARDUINO_NANO33BLE": {
78527852
"inherits": ["MCU_NRF52840"],
7853-
"release_versions": ["5"],
7854-
"device_name": "nRF52840_xxAA",
78557853
"features_add": ["BLE", "STORAGE"],
78567854
"components_remove": ["QSPIF"],
78577855
"components_add": ["FLASHIAP"],
@@ -7863,8 +7861,6 @@
78637861
},
78647862
"MTB_LAIRD_BL654": {
78657863
"inherits": ["MCU_NRF52840"],
7866-
"release_versions": ["5"],
7867-
"device_name": "nRF52840_xxAA",
78687864
"detect_code": ["0465"],
78697865
"features_remove": ["CRYPTOCELL310"],
78707866
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
@@ -7876,8 +7872,6 @@
78767872
},
78777873
"MAKERDIARY_NRF52840_MDK": {
78787874
"inherits": ["MCU_NRF52840"],
7879-
"release_versions": ["5"],
7880-
"device_name": "nRF52840_xxAA",
78817875
"detect_code": ["1026"],
78827876
"device_has_remove": ["ITM"],
78837877
"macros_add": [
@@ -9633,7 +9627,6 @@
96339627
},
96349628
"EP_AGORA": {
96359629
"inherits": ["MCU_NRF52840"],
9636-
"device_name": "nRF52840_xxAA",
96379630
"supported_form_factors": [],
96389631
"config": {
96399632
"modem_is_on_board": {
@@ -9649,7 +9642,6 @@
96499642
},
96509643
"components_add": ["SPIF"],
96519644
"components_remove": ["QSPIF"],
9652-
"release_versions": ["5"],
96539645
"macros_add": [
96549646
"CONFIG_GPIO_AS_PINRESET"
96559647
]

0 commit comments

Comments
 (0)