1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-u575zi-q/Makefile.features

14 lines
419 B
Makefile
Raw Normal View History

2024-03-01 11:18:18 +01:00
CPU = stm32
CPU_MODEL = stm32u575zi
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart periph_lpuart
FEATURES_PROVIDED += periph_usbdev
2024-03-29 10:19:42 +01:00
FEATURES_PROVIDED += periph_rtc
2024-03-01 11:18:18 +01:00
# load the common Makefile.features for Nucleo boards
include $(RIOTBOARD)/common/nucleo144/Makefile.features