mbed-os/features/netsocket/emac-drivers/TARGET_NXP_EMAC/TARGET_LPC546XX
Kevin Bracey 7e4eb5c24b LPC546XX: Correct Ethernet length calculations
Subtract 4 from the received packet length - the buffer contains the
CRC, which we shouldn't pass up.

Ensure we allocate receive buffers of a size corresponding to the
rounded-up size we tell the hardware - the hardware was overrunning the
allocation by a couple of bytes.
2018-05-23 12:25:21 +03:00
..
TARGET_FF_LPC546XX LPC546XX: Add ENET support 2018-05-23 12:25:20 +03:00
TARGET_LPCXpresso LPC546XX: Add ENET support 2018-05-23 12:25:20 +03:00
lpc546xx_emac.cpp LPC546XX: Correct Ethernet length calculations 2018-05-23 12:25:21 +03:00
lpc546xx_emac.h LPC546XX: Add ENET support 2018-05-23 12:25:20 +03:00
lpc546xx_emac_config.h LPC546XX: Add ENET support 2018-05-23 12:25:20 +03:00