Skip to content

Commit 355e977

Browse files
committed
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.
1 parent 737a780 commit 355e977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hal/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,8 @@
15101510
"template": ["iar_rz_a1h.ewp.tmpl"]
15111511
}
15121512
},
1513-
"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"]
1513+
"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"],
1514+
"features": ["IPV4"]
15141515
},
15151516
"VK_RZ_A1H": {
15161517
"inherits": ["Target"],

0 commit comments

Comments
 (0)