diff --git a/boards/nucleo-f401/Makefile.features b/boards/nucleo-f401/Makefile.features index c59ec77a1bb20221957a6ab67f3d48d69b03bf2b..ac1a284581d13c6a0d56ab680b4e981a4e28d41d 100644 --- a/boards/nucleo-f401/Makefile.features +++ b/boards/nucleo-f401/Makefile.features @@ -3,6 +3,7 @@ FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_pwm +FEATURES_PROVIDED += periph_rtc FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart diff --git a/boards/nucleo-f401/include/periph_conf.h b/boards/nucleo-f401/include/periph_conf.h index fe952cd7731dcc03115fad7ce7def491933fd47b..2eda73b7aa8479d4cae966f61ec9d012419dc8b9 100644 --- a/boards/nucleo-f401/include/periph_conf.h +++ b/boards/nucleo-f401/include/periph_conf.h @@ -223,6 +223,13 @@ static const spi_conf_t spi_config[] = { #define DAC_NUMOF (0) /** @} */ +/** + * @name RTC configuration + * @{ + */ +#define RTC_NUMOF (1) +/** @} */ + #ifdef __cplusplus } #endif