mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 19:52:48 +01:00
11 lines
335 B
Makefile
11 lines
335 B
Makefile
|
# Put defined MCU peripherals here (in alphabetical order)
|
||
|
FEATURES_PROVIDED += periph_i2c
|
||
|
FEATURES_PROVIDED += periph_lpuart
|
||
|
FEATURES_PROVIDED += periph_rtc
|
||
|
FEATURES_PROVIDED += periph_rtt
|
||
|
FEATURES_PROVIDED += periph_spi
|
||
|
FEATURES_PROVIDED += periph_timer
|
||
|
FEATURES_PROVIDED += periph_uart
|
||
|
|
||
|
include $(RIOTCPU)/stm32l0/Makefile.features
|