Skip to content
Snippets Groups Projects
Commit 645ff47b authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

boards: nucleo-f401: add RTC config

parent f4b0cccd
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ FEATURES_PROVIDED += periph_cpuid ...@@ -3,6 +3,7 @@ FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
......
...@@ -223,6 +223,13 @@ static const spi_conf_t spi_config[] = { ...@@ -223,6 +223,13 @@ static const spi_conf_t spi_config[] = {
#define DAC_NUMOF (0) #define DAC_NUMOF (0)
/** @} */ /** @} */
/**
* @name RTC configuration
* @{
*/
#define RTC_NUMOF (1)
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment