Skip to content

Commit

Permalink
UBLOX_C029: remove emac implementation
Browse files Browse the repository at this point in the history
It depends on the driver that will come separately, therefore this will be
enabled once driver is in place.
  • Loading branch information
0xc0170 committed Oct 1, 2016
1 parent 6440ffa commit 3f66a62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 326 deletions.
2 changes: 1 addition & 1 deletion hal/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
"extra_labels": ["STM", "STM32F4", "STM32F439", "STM32F439ZI"],
"macros": ["HSE_VALUE=24000000", "HSE_STARTUP_TIMEOUT=5000", "CB_INTERFACE_SDIO","CB_CHIP_WL18XX","SUPPORT_80211D_ALWAYS","WLAN_ENABLED"],
"inherits": ["Target"],
"device_has": ["ANALOGIN", "CAN", "EMAC", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"features": ["IPV4"],
"release_versions": ["5"]
},
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3f66a62

Please sign in to comment.