1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-f767zi
Marian Buschsieweke 51fe77afa4
cpu/stm32/periph_eth: configurable buffer size
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.
2020-08-17 20:29:29 +02:00
..
include cpu/stm32/periph_eth: configurable buffer size 2020-08-17 20:29:29 +02:00
doc.txt boards/nucleo*: cleanup board doxygen group definition 2019-07-07 17:56:54 +02:00
Kconfig boards/nucleo-*: model features in Kconfig 2020-07-16 11:34:02 +02:00
Makefile boards/nucleo-f767zi: Remap MOSI of SPI1 when used with stm32_eth 2020-05-19 20:30:24 +02:00
Makefile.dep boards: remove duplicate gnrc_netdev_default from Makefile.dep 2020-05-05 09:58:45 +02:00
Makefile.features boards/stm32*: adapt for new stm32 cpu organization 2020-05-20 13:39:10 +02:00
Makefile.include Revert "boards/nucleo-f767zi: add correct flash bank openocd config" 2020-02-28 13:51:58 +01:00