2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32l073rz
|
|
|
|
|
2017-02-12 16:26:52 +01:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2017-10-24 14:18:08 +02:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
2017-06-08 09:39:20 +02:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2018-05-21 21:47:18 +02:00
|
|
|
FEATURES_PROVIDED += periph_lpuart
|
2017-02-12 16:26:52 +01:00
|
|
|
FEATURES_PROVIDED += periph_pwm
|
2017-06-02 20:14:18 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2019-03-29 22:43:57 +01:00
|
|
|
FEATURES_PROVIDED += periph_rtt
|
2019-05-16 20:38:01 +02:00
|
|
|
FEATURES_PROVIDED += periph_spi periph_spi_gpio_mode
|
2017-02-12 16:26:52 +01:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
2019-03-07 17:47:28 +01:00
|
|
|
# Put other features for this board (in alphabetical order)
|
2019-03-08 09:36:48 +01:00
|
|
|
# For riotboot you need an openocd that supports dualbank flashing.
|
|
|
|
# The 0.10.0 openocd version in Ubuntu Bionic doesn't work. The change was
|
|
|
|
# introduced after Jun 8, 2017 - v0.10.0-1-20170607-2132-dev.
|
2019-03-07 17:47:28 +01:00
|
|
|
FEATURES_PROVIDED += riotboot
|
|
|
|
|
2017-02-12 16:26:52 +01:00
|
|
|
# load the common Makefile.features for Nucleo boards
|
2017-11-16 17:17:41 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|