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.
pull/5954/head
TomoYamanaka 2018-01-09 18:25:12 +09:00 committed by Cruz Monrreal II‰
parent 73a5c55010
commit 5a08da0807
1 changed files with 2 additions and 2 deletions

View File

@ -2551,7 +2551,7 @@
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-A9",
"program_cycle_s": 2,
"extra_labels": ["RENESAS", "MBRZA1H"],
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "MBRZA1H"],
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"inherits": ["Target"],
"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"],
@ -2561,7 +2561,7 @@
"VK_RZ_A1H": {
"inherits": ["Target"],
"core": "Cortex-A9",
"extra_labels": ["RENESAS", "VKRZA1H"],
"extra_labels": ["RENESAS", "RZ_A1XX", "RZA1H", "VKRZA1H"],
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"default_toolchain": "ARM",
"program_cycle_s": 2,