1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
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
..
arm7_common cpu/arm7_common: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
atmega32u4 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega128rfa1 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega256rfr2 Merge pull request #14206 from leandrolanzieri/pr/kconfig/atmega256rfr2_based_boards 2020-06-24 11:06:04 +02:00
atmega328p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1281 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1284p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega2560 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega_common cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
cc26x0 Merge pull request #14296 from leandrolanzieri/pr/cpu/adapt_kconfig_classification 2020-06-17 10:26:20 +02:00
cc26x2_cc13x2 Merge pull request #14296 from leandrolanzieri/pr/cpu/adapt_kconfig_classification 2020-06-17 10:26:20 +02:00
cc26xx_cc13xx cpu/cc26xx_cc13xx: model features in Kconfig 2020-06-08 08:23:45 -05:00
cc430 cpu/cc430: Add Kconfig symbols 2020-06-24 09:27:02 +02:00
cc2538 cpu/cc2538/uart: uart_write wait for all bytes to be sent 2020-07-22 12:56:12 +02:00
cortexm_common cpu/cortexm_init: add specific case for stm32g0 svcall irq 2020-07-21 12:45:25 +02:00
efm32 cpu/efm32: DCDC is available on Series 2 as well 2020-07-08 21:54:57 +02:00
esp32 cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
esp8266 cpu/esp8266: Add Kconfig symbols 2020-07-07 16:27:43 +02:00
esp_common cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
ezr32wg cpu/ezr32wg: Add Kconfig symbols 2020-06-29 14:01:01 +02:00
fe310 cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00
kinetis cpu/kinetis: Add Kconfig symbols 2020-07-02 14:41:41 +02:00
lm4f120 cpu/lm4f120: Add Kconfig symbols 2020-07-16 13:23:30 +02:00
lpc23xx cpu/lpc23xx: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
lpc1768 cpu/lpc1768: Add Kconfig symbols 2020-07-16 15:39:02 +02:00
mips32r2_common cpu/mips32r2_common: Add Kconfig symbols 2020-07-16 13:20:01 +02:00
mips_pic32_common cpu/mips_pic32_common: Add Kconfig symbols 2020-07-16 13:20:04 +02:00
mips_pic32mx cpu/mips_pic32mx: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
mips_pic32mz cpu/mips_pic32mz: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
msp430_common cpu/msp430_common: Refactor cpu.{c,h} 2020-07-15 13:09:11 +02:00
msp430fxyz cpu/msp430fxyz: Add Kconfig symbols 2020-06-24 09:28:19 +02:00
native cpu/native: async_read: add native_async_read_add_int_handler() 2020-07-21 11:50:18 +02:00
nrf5x_common Merge pull request #14497 from aabadie/pr/drivers/makefile_dep_cleanup 2020-07-20 13:04:59 +02:00
nrf51 cpu/nrf51: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
nrf52 cpu/nrf52: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
sam0_common Merge pull request #14007 from benpicco/cpu/sam0_common-pwm 2020-07-09 10:01:08 +02:00
sam3 cpu/sam3: Add Kconfig symbols 2020-07-16 15:35:23 +02:00
sam_common cpu/sam_common: remove use of export for LINKFLAGS 2020-01-02 09:50:14 +01:00
samd5x cpu/samd5x: Add Kconfig symbols 2020-07-16 15:33:29 +02:00
samd21 Merge pull request #14007 from benpicco/cpu/sam0_common-pwm 2020-07-09 10:01:08 +02:00
saml1x cpu/saml1x: Add Kconfig symbols 2020-07-16 18:09:59 +02:00
saml21 cpu/saml21: Add Kconfig symbols 2020-07-16 21:29:46 +02:00
stellaris_common cpu: do not locally export compilation variables 2019-08-29 10:35:53 +02:00
stm32 driver/stm32_eth: Integrate into periph_eth 2020-08-17 20:29:33 +02:00
doc.txt cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
Kconfig cpu/kconfig: Rename CPU classification symbols 2020-06-16 14:27:27 +02:00