Skip to content

Commit 4d055ab

Browse files
author
Mika Leppänen
committed
Added EMAC configuration for UBLOX_C027
1 parent a840225 commit 4d055ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"supported_form_factors": ["ARDUINO"],
277277
"core": "Cortex-M3",
278278
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
279-
"extra_labels": ["NXP", "LPC176X"],
279+
"extra_labels": ["NXP", "LPC176X", "NXP_EMAC"],
280280
"config": {
281281
"modem_is_on_board": {
282282
"help": "Value: Tells the build system that the modem is on-board as oppose to a plug-in shield/module.",
@@ -291,7 +291,7 @@
291291
},
292292
"macros": ["TARGET_LPC1768"],
293293
"inherits": ["LPCTarget"],
294-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH"],
294+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "EMAC", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "FLASH"],
295295
"release_versions": ["2", "5"],
296296
"features": ["LWIP"],
297297
"device_name": "LPC1768",

0 commit comments

Comments
 (0)