2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32l152re
|
|
|
|
|
2015-10-21 15:59:44 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2017-03-30 15:02:50 +02:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
|
|
|
FEATURES_PROVIDED += periph_dac
|
2019-01-07 15:16:07 +01:00
|
|
|
FEATURES_PROVIDED += periph_dma
|
2015-03-18 19:44:55 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2017-01-15 15:33:31 +01:00
|
|
|
FEATURES_PROVIDED += periph_pwm
|
2016-02-29 21:43:03 +01:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2019-05-16 20:38:01 +02:00
|
|
|
FEATURES_PROVIDED += periph_spi periph_spi_gpio_mode
|
2015-09-04 15:41:39 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
2015-10-21 15:59:44 +02:00
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
2018-10-10 15:20:56 +02:00
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += riotboot
|
|
|
|
|
2016-10-26 12:59:15 +02:00
|
|
|
# load the common Makefile.features for Nucleo boards
|
2017-11-16 17:17:41 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|