mbed-os/targets/TARGET_ARM_SSG
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
..
TARGET_CM3DS_MPS2 MPS2 CM3DS ethernet words instead of bytes 2022-05-12 18:27:49 -04:00
TARGET_MPS2 GPIO: Use uintptr_t for gpio_irq_api context 2022-01-26 18:12:52 +00:00
TARGET_MUSCA_B1 GPIO: Use uintptr_t for gpio_irq_api context 2022-01-26 18:12:52 +00:00
TARGET_MUSCA_S1 GPIO: Use uintptr_t for gpio_irq_api context 2022-01-26 18:12:52 +00:00
CMakeLists.txt CMake: Create CMSIS library targets to remove dependency on MBED_TARGET_LABELS 2021-02-19 13:39:32 +00:00
mbed_rtx.h Add platform support to Musca S1 2020-09-10 14:53:41 +02:00