Skip to content

Commit 3fddcc1

Browse files
committed
Add "RZ_A1XX" label for commonizing in targets.json
I added the "RZ_A1XX" label for commonizing the setting in targets.json, and inherited in both RZ_A1H and VK_RZ_A1H.
1 parent b92f75a commit 3fddcc1

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

targets/targets.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,27 +2426,24 @@
24262426
"features": ["BLE"],
24272427
"release_versions": ["2", "5"]
24282428
},
2429-
"RZ_A1H": {
2430-
"supported_form_factors": ["ARDUINO"],
2429+
"RZ_A1XX": {
2430+
"inherits": ["Target"],
24312431
"core": "Cortex-A9",
2432-
"program_cycle_s": 2,
2433-
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "MBRZA1H"],
24342432
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2435-
"inherits": ["Target"],
2433+
"extra_labels": ["RENESAS", "RZ_A1XX"],
24362434
"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"],
24372435
"features": ["LWIP"],
2436+
"program_cycle_s": 2
2437+
},
2438+
"RZ_A1H": {
2439+
"inherits": ["RZ_A1XX"],
2440+
"supported_form_factors": ["ARDUINO"],
2441+
"extra_labels_add": ["RZA1H", "MBRZA1H"],
24382442
"release_versions": ["2", "5"]
24392443
},
24402444
"VK_RZ_A1H": {
2441-
"inherits": ["Target"],
2442-
"core": "Cortex-A9",
2443-
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "VKRZA1H"],
2444-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2445-
"default_toolchain": "ARM",
2446-
"program_cycle_s": 2,
2447-
"device_has": ["ANALOGIN", "CAN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
2448-
"features": ["LWIP"],
2449-
"default_lib": "std",
2445+
"inherits": ["RZ_A1XX"],
2446+
"extra_labels": ["RZA1H", "VKRZA1H"],
24502447
"release_versions": []
24512448
},
24522449
"MAXWSNENV": {

0 commit comments

Comments
 (0)