Skip to content

Commit 0c344ff

Browse files
TomoYamanakacmonr
authored andcommitted
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 da01e54 commit 0c344ff

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
@@ -2547,27 +2547,24 @@
25472547
"features": ["BLE"],
25482548
"release_versions": ["2", "5"]
25492549
},
2550-
"RZ_A1H": {
2551-
"supported_form_factors": ["ARDUINO"],
2550+
"RZ_A1XX": {
2551+
"inherits": ["Target"],
25522552
"core": "Cortex-A9",
2553-
"program_cycle_s": 2,
2554-
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "MBRZA1H"],
25552553
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2556-
"inherits": ["Target"],
2554+
"extra_labels": ["RENESAS", "RZ_A1XX"],
25572555
"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"],
25582556
"features": ["LWIP"],
2557+
"program_cycle_s": 2
2558+
},
2559+
"RZ_A1H": {
2560+
"inherits": ["RZ_A1XX"],
2561+
"supported_form_factors": ["ARDUINO"],
2562+
"extra_labels_add": ["RZA1H", "MBRZA1H"],
25592563
"release_versions": ["2", "5"]
25602564
},
25612565
"VK_RZ_A1H": {
2562-
"inherits": ["Target"],
2563-
"core": "Cortex-A9",
2564-
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "VKRZA1H"],
2565-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2566-
"default_toolchain": "ARM",
2567-
"program_cycle_s": 2,
2568-
"device_has": ["ANALOGIN", "CAN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
2569-
"features": ["LWIP"],
2570-
"default_lib": "std",
2566+
"inherits": ["RZ_A1XX"],
2567+
"extra_labels": ["RZA1H", "VKRZA1H"],
25712568
"release_versions": []
25722569
},
25732570
"MAXWSNENV": {

0 commit comments

Comments
 (0)