2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32l072cz
|
|
|
|
|
2019-05-08 16:54:49 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_dma
|
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
2019-05-16 20:38:01 +02:00
|
|
|
FEATURES_PROVIDED += periph_spi periph_spi_gpio_mode
|
2019-05-08 16:54:49 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
# 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.
|
|
|
|
FEATURES_PROVIDED += riotboot
|