mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
16 lines
494 B
Makefile
16 lines
494 B
Makefile
|
CPU = stm32
|
||
|
CPU_MODEL = stm32f746ng
|
||
|
|
||
|
# Put defined MCU peripherals here (in alphabetical order)
|
||
|
FEATURES_PROVIDED += periph_dma
|
||
|
FEATURES_PROVIDED += periph_eth
|
||
|
FEATURES_PROVIDED += periph_i2c
|
||
|
FEATURES_PROVIDED += periph_rtc
|
||
|
FEATURES_PROVIDED += periph_rtt
|
||
|
FEATURES_PROVIDED += periph_spi
|
||
|
FEATURES_PROVIDED += periph_timer
|
||
|
FEATURES_PROVIDED += periph_uart
|
||
|
|
||
|
# stm32f746g-disco provides a custom default Kconfig clock configuration
|
||
|
KCONFIG_ADD_CONFIG += $(RIOTBOARD)/stm32f746g-disco/clock.config
|