mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
28ed07d6e3
The Ethernet DMA is capable of collecting a frame from multiple chunks, just like the send function of the netdev interface passes. The send function was rewritten to just set up the Ethernet DMA up to collect the outgoing frame while sending. As a result, the send function blocks until the frame is sent to keep control over the buffers. This frees 6 KiB of RAM previously used for TX buffers. |
||
---|---|---|
.. | ||
bootloader | ||
dist | ||
include | ||
ldscripts | ||
periph | ||
stmclk | ||
vectors | ||
cpu_common.c | ||
cpu_init.c | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
stm32_info.mk | ||
stm32_line.mk | ||
stm32_mem_lengths.mk | ||
stm32_riotboot.mk |