mirror of https://github.com/ARMmbed/mbed-os.git
MCU_NRF52840: Removes redundant OS version and CMSIS Packs data
parent
24c6c4cab5
commit
c479dab901
|
@ -7831,6 +7831,8 @@
|
|||
"overrides": {
|
||||
"mpu-rom-end": "0x1fffffff"
|
||||
},
|
||||
"release_versions": ["5"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"OUTPUT_EXT": "hex",
|
||||
"is_disk_virtual": true,
|
||||
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
|
||||
|
@ -7842,16 +7844,12 @@
|
|||
"NRF52840_DK": {
|
||||
"supported_form_factors": ["ARDUINO"],
|
||||
"inherits": ["MCU_NRF52840"],
|
||||
"release_versions": ["5"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"macros_add": [
|
||||
"CONFIG_GPIO_AS_PINRESET"
|
||||
]
|
||||
},
|
||||
"ARDUINO_NANO33BLE": {
|
||||
"inherits": ["MCU_NRF52840"],
|
||||
"release_versions": ["5"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"features_add": ["BLE", "STORAGE"],
|
||||
"components_remove": ["QSPIF"],
|
||||
"components_add": ["FLASHIAP"],
|
||||
|
@ -7863,8 +7861,6 @@
|
|||
},
|
||||
"MTB_LAIRD_BL654": {
|
||||
"inherits": ["MCU_NRF52840"],
|
||||
"release_versions": ["5"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"detect_code": ["0465"],
|
||||
"features_remove": ["CRYPTOCELL310"],
|
||||
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
|
||||
|
@ -7876,8 +7872,6 @@
|
|||
},
|
||||
"MAKERDIARY_NRF52840_MDK": {
|
||||
"inherits": ["MCU_NRF52840"],
|
||||
"release_versions": ["5"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"detect_code": ["1026"],
|
||||
"device_has_remove": ["ITM"],
|
||||
"macros_add": [
|
||||
|
@ -9633,7 +9627,6 @@
|
|||
},
|
||||
"EP_AGORA": {
|
||||
"inherits": ["MCU_NRF52840"],
|
||||
"device_name": "nRF52840_xxAA",
|
||||
"supported_form_factors": [],
|
||||
"config": {
|
||||
"modem_is_on_board": {
|
||||
|
@ -9649,7 +9642,6 @@
|
|||
},
|
||||
"components_add": ["SPIF"],
|
||||
"components_remove": ["QSPIF"],
|
||||
"release_versions": ["5"],
|
||||
"macros_add": [
|
||||
"CONFIG_GPIO_AS_PINRESET"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue