mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
51fe77afa4
1. Move buffer configuration from boards to cpu/stm32 2. Allow overwriting buffer configuration - If the default configuration ever needs touching, this will be due to a use case and should be done by the application rather than the board 3. Reduce default RX buffer size - Now that handling of frames split up into multiple DMA descriptors works, we can make use of this Note: With the significantly smaller RX buffers the driver will now perform much worse when receiving data at maximum throughput. But as long as frames are small (which is to be expected for IoT or boarder gateway scenarios) the performance should not be affected. |
||
---|---|---|
.. | ||
include | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include |