1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/stm32
Marian Buschsieweke 8d8af31e39
driver/stm32_eth: Integrate into periph_eth
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.
2020-08-17 20:29:33 +02:00
..
bootloader cpu/stm32: implement reset to bootloader 2020-06-05 18:41:06 +02:00
dist
include driver/stm32_eth: Integrate into periph_eth 2020-08-17 20:29:33 +02:00
ldscripts
periph driver/stm32_eth: Integrate into periph_eth 2020-08-17 20:29:33 +02:00
stmclk cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
vectors cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
cpu_common.c cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
cpu_init.c cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
doc.txt cpu/stm32: adapt Doxygen documentation 2020-05-20 13:39:11 +02:00
Kconfig cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
Makefile cpu/stm32: implement reset to bootloader 2020-06-05 18:41:06 +02:00
Makefile.dep driver/stm32_eth: Integrate into periph_eth 2020-08-17 20:29:33 +02:00
Makefile.features cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
Makefile.include cpu/stm32: introduce CPU_FAM_SHORT variable 2020-05-26 12:27:12 +02:00
stm32_info.mk cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
stm32_line.mk
stm32_mem_lengths.mk cpu/stm32: add stm32g0 support 2020-07-21 12:45:25 +02:00
stm32_riotboot.mk cpu/stm32: introduce CPU_FAM_SHORT variable 2020-05-26 12:27:12 +02:00