Skip to content

Commit 1b303ab

Browse files
committed
Change the values of RZ_A1 related "extra_labels" in targets.json
As a result of revision of folder structure, I changed the values of "extra_labels" of RZ_A1-related in targets.json.
1 parent 8b7e2ab commit 1b303ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@
24302430
"supported_form_factors": ["ARDUINO"],
24312431
"core": "Cortex-A9",
24322432
"program_cycle_s": 2,
2433-
"extra_labels": ["RENESAS", "MBRZA1H"],
2433+
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "MBRZA1H"],
24342434
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
24352435
"inherits": ["Target"],
24362436
"device_has": ["ANALOGIN", "CAN", "ETHERNET", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
@@ -2440,7 +2440,7 @@
24402440
"VK_RZ_A1H": {
24412441
"inherits": ["Target"],
24422442
"core": "Cortex-A9",
2443-
"extra_labels": ["RENESAS", "VKRZA1H"],
2443+
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "VKRZA1H"],
24442444
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
24452445
"default_toolchain": "ARM",
24462446
"program_cycle_s": 2,

0 commit comments

Comments
 (0)