Skip to content

Commit 28a2327

Browse files
author
Veijo Pesonen
committed
MCU_NRF52840: Removes redundant component and errata definitions
1 parent c479dab commit 28a2327

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

targets/targets.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7850,11 +7850,9 @@
78507850
},
78517851
"ARDUINO_NANO33BLE": {
78527852
"inherits": ["MCU_NRF52840"],
7853-
"features_add": ["BLE", "STORAGE"],
7853+
"features_add": ["STORAGE"],
78547854
"components_remove": ["QSPIF"],
7855-
"components_add": ["FLASHIAP"],
78567855
"device_has_remove": ["QSPI", "ITM"],
7857-
"device_has_add": ["FLASH"],
78587856
"macros_add": [
78597857
"CONFIG_GPIO_AS_PINRESET"
78607858
]
@@ -7875,8 +7873,7 @@
78757873
"detect_code": ["1026"],
78767874
"device_has_remove": ["ITM"],
78777875
"macros_add": [
7878-
"CONFIG_GPIO_AS_PINRESET",
7879-
"NRF52_ERRATA_20"
7876+
"CONFIG_GPIO_AS_PINRESET"
78807877
]
78817878
},
78827879
"BLUEPILL_F103C8": {

0 commit comments

Comments
 (0)