Skip to content

Commit db8d1f6

Browse files
committed
Add feature LWIP to LPC1768, UBLOX_C027 and ARCH_PRO targets.
1 parent 301b77c commit db8d1f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

targets/targets.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@
254254
"progen": {"target": "mbed-lpc1768"},
255255
"detect_code": ["1010"],
256256
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
257-
"release_versions": ["2", "5"]
257+
"release_versions": ["2", "5"],
258+
"features": ["LWIP"]
258259
},
259260
"ARCH_PRO": {
260261
"supported_form_factors": ["ARDUINO"],
@@ -265,7 +266,8 @@
265266
"inherits": ["LPCTarget"],
266267
"progen": {"target": "arch-pro"},
267268
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
268-
"release_versions": ["2", "5"]
269+
"release_versions": ["2", "5"],
270+
"features": ["LWIP"]
269271
},
270272
"UBLOX_C027": {
271273
"supported_form_factors": ["ARDUINO"],
@@ -276,7 +278,8 @@
276278
"inherits": ["LPCTarget"],
277279
"progen": {"target": "ublox-c027"},
278280
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_RED", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
279-
"release_versions": ["2", "5"]
281+
"release_versions": ["2", "5"],
282+
"features": ["LWIP"]
280283
},
281284
"XBED_LPC1768": {
282285
"inherits": ["LPCTarget"],

0 commit comments

Comments
 (0)