From 355e9775f872ef47f086c14f1e77a64e3638f28b Mon Sep 17 00:00:00 2001 From: tomoyuki yamanaka Date: Wed, 29 Jun 2016 15:31:07 +0900 Subject: [PATCH] In targets.json, add the "IPV4" setting for RZ_A1H We added "IPV4" of Compile Macro in "targets.json" file. We failed in the reletion test of IPV4 because "IPV4" was not entered into our Build Target setting. --- hal/targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hal/targets.json b/hal/targets.json index d563550fc5..85188525d1 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -1510,7 +1510,8 @@ "template": ["iar_rz_a1h.ewp.tmpl"] } }, - "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"] + "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"], + "features": ["IPV4"] }, "VK_RZ_A1H": { "inherits": ["Target"],