2021-03-08 01:00:00 +01:00
|
|
|
CPU = stm32
|
|
|
|
CPU_MODEL = stm32wl55jc
|
|
|
|
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
|
|
FEATURES_PROVIDED += periph_lpuart
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += riotboot
|
2024-05-21 21:22:01 +02:00
|
|
|
FEATURES_PROVIDED += netif
|
2021-04-20 19:00:18 +02:00
|
|
|
|
|
|
|
# load the common Makefile.features for Nucleo boards
|
|
|
|
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|