Skip to content

Commit b13844e

Browse files
authored
Merge pull request #2066 from TomoYamanaka/master_4
In targets.json, add the "IPV4" setting for RZ_A1H(Rebase #2018)
2 parents 472ac77 + 355e977 commit b13844e

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)