mbed-os/features/netsocket/emac-drivers/TARGET_NXP_EMAC
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_LPC546XX LPC546XX: Correct Ethernet length calculations 2018-05-23 12:25:21 +03:00