mirror of https://github.com/ARMmbed/mbed-os.git
MCU_NRF52840: Removes redundant component and errata definitions
parent
c479dab901
commit
28a2327f7e
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue