Skip to content

Commit a3f7d06

Browse files
committed
Partially Revert "Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2"
This partially reverts commit e535493.
1 parent a567afd commit a3f7d06

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

targets/targets.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,29 @@
19061906
"features": ["BLE"],
19071907
"release_versions": ["2", "5"]
19081908
},
1909+
"RZ_A1H": {
1910+
"supported_form_factors": ["ARDUINO"],
1911+
"core": "Cortex-A9",
1912+
"program_cycle_s": 2,
1913+
"extra_labels": ["RENESAS", "MBRZA1H"],
1914+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
1915+
"inherits": ["Target"],
1916+
"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"],
1917+
"features": ["LWIP"],
1918+
"release_versions": ["2", "5"]
1919+
},
1920+
"VK_RZ_A1H": {
1921+
"inherits": ["Target"],
1922+
"core": "Cortex-A9",
1923+
"extra_labels": ["RENESAS", "VKRZA1H"],
1924+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
1925+
"default_toolchain": "ARM",
1926+
"program_cycle_s": 2,
1927+
"device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1928+
"features": ["LWIP"],
1929+
"default_lib": "std",
1930+
"release_versions": ["2", "5"]
1931+
},
19091932
"MAXWSNENV": {
19101933
"inherits": ["Target"],
19111934
"core": "Cortex-M3",

0 commit comments

Comments
 (0)