mirror of https://github.com/ARMmbed/mbed-os.git
Partially Revert "Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2"
This partially reverts commit e535493a01
.
pull/4377/head
parent
a567afdf73
commit
a3f7d06101
|
@ -1906,6 +1906,29 @@
|
|||
"features": ["BLE"],
|
||||
"release_versions": ["2", "5"]
|
||||
},
|
||||
"RZ_A1H": {
|
||||
"supported_form_factors": ["ARDUINO"],
|
||||
"core": "Cortex-A9",
|
||||
"program_cycle_s": 2,
|
||||
"extra_labels": ["RENESAS", "MBRZA1H"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"inherits": ["Target"],
|
||||
"device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
|
||||
"features": ["LWIP"],
|
||||
"release_versions": ["2", "5"]
|
||||
},
|
||||
"VK_RZ_A1H": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-A9",
|
||||
"extra_labels": ["RENESAS", "VKRZA1H"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"default_toolchain": "ARM",
|
||||
"program_cycle_s": 2,
|
||||
"device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"features": ["LWIP"],
|
||||
"default_lib": "std",
|
||||
"release_versions": ["2", "5"]
|
||||
},
|
||||
"MAXWSNENV": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M3",
|
||||
|
|
Loading…
Reference in New Issue