mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8d8af31e39
The stm32_eth driver was build on top of the internal API periph_eth, which was unused anywhere. (Additionally, with two obscure exceptions, no functions where declared in headers, making them pretty hard to use anyway.) The separation of the driver into two layers incurs overhead, but does not result in cleaner structure or reuse of code. Thus, this artificial separation was dropped. |
||
---|---|---|
.. | ||
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 |