mbed-os/connectivity/drivers/emac/TARGET_ARM_SSG/COMPONENT_SMSC9220
Rami Elkhatib fdf37c3217 MPS2 CM3DS ethernet words instead of bytes
The functions smsc9220_receive_by_chunks and smsc9220_send_by_chunks are
supposed to implement receiving and sending packets by chunks. However,
the functions SMSC9220_EMAC::low_level_input and SMSC9220_EMAC::link_out,
which call them respectively, already require or assemble the full packet.
Also, smsc9220_receive_by_chunks doesn't implement the "chunks" part.

This commit renames the functions to smsc9220_receive_packet and
smsc9220_send_packet. The functions now do their operations by word
instead of by bytes. The functions SMSC9220_EMAC::low_level_input and
SMSC9220_EMAC::link_out already handle allocation, continuity and word
alignment of the packet buffer.
2022-05-12 18:27:49 -04:00
..
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
mbed_lib.json Move features/netsocket/emac-drivers to connectivity/drivers/emac 2020-07-27 09:53:31 -07:00
smsc9220_emac.cpp MPS2 CM3DS ethernet words instead of bytes 2022-05-12 18:27:49 -04:00
smsc9220_emac.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
smsc9220_emac_config.h MPS2 CM3DS ethernet fix deprecation warnings 2022-05-12 18:18:59 -04:00