2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32f030r8
|
|
|
|
|
2016-09-02 11:01:31 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2017-01-15 19:21:04 +01:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
2023-11-13 16:17:01 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2017-01-15 19:21:04 +01:00
|
|
|
FEATURES_PROVIDED += periph_pwm
|
2019-04-05 09:12:49 +02:00
|
|
|
# For RTC, Nucleos with MB1136 C-02 or MB1136 C-03 -sticker on it have the
|
|
|
|
# required LSE oscillator provided on the X2 slot.
|
|
|
|
# See Nucleo User Manual UM1724 section 5.6.2.
|
2016-09-02 11:01:31 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2023-11-13 16:17:01 +01:00
|
|
|
FEATURES_PROVIDED += periph_spi
|
2016-09-02 11:01:31 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
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
|