mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
9e6d558596
cpu/stm32_common: cleanup periph eth boards/nucleo-f767zi: cleanup dependencies boards/nucleo-f767zi: fix dma configuration attribute for eth examples/default: add nucleo-767zi in boards with netif drivers/stm_32_eth: Add header guard for eth_config Co-authored-By: Robin <robin@chilio.net>
15 lines
475 B
Makefile
15 lines
475 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_dma
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_rtt
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|
|
FEATURES_PROVIDED += periph_eth
|
|
|
|
# load the common Makefile.features for Nucleo boards
|
|
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
|
|
|
include $(RIOTCPU)/stm32f7/Makefile.features
|