MCU_NRF52840: Removes redundant component and errata definitions

pull/11995/head
Veijo Pesonen 2019-12-02 12:55:11 +02:00
parent c479dab901
commit 28a2327f7e
1 changed files with 2 additions and 5 deletions

View File

@ -7850,11 +7850,9 @@
}, },
"ARDUINO_NANO33BLE": { "ARDUINO_NANO33BLE": {
"inherits": ["MCU_NRF52840"], "inherits": ["MCU_NRF52840"],
"features_add": ["BLE", "STORAGE"], "features_add": ["STORAGE"],
"components_remove": ["QSPIF"], "components_remove": ["QSPIF"],
"components_add": ["FLASHIAP"],
"device_has_remove": ["QSPI", "ITM"], "device_has_remove": ["QSPI", "ITM"],
"device_has_add": ["FLASH"],
"macros_add": [ "macros_add": [
"CONFIG_GPIO_AS_PINRESET" "CONFIG_GPIO_AS_PINRESET"
] ]
@ -7875,8 +7873,7 @@
"detect_code": ["1026"], "detect_code": ["1026"],
"device_has_remove": ["ITM"], "device_has_remove": ["ITM"],
"macros_add": [ "macros_add": [
"CONFIG_GPIO_AS_PINRESET", "CONFIG_GPIO_AS_PINRESET"
"NRF52_ERRATA_20"
] ]
}, },
"BLUEPILL_F103C8": { "BLUEPILL_F103C8": {