From 645ff47bfddd3ddaa1e50e24b98c9c4302012206 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Thu, 23 Feb 2017 09:08:14 +0100 Subject: [PATCH] boards: nucleo-f401: add RTC config --- boards/nucleo-f401/Makefile.features | 1 + boards/nucleo-f401/include/periph_conf.h | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/boards/nucleo-f401/Makefile.features b/boards/nucleo-f401/Makefile.features index c59ec77a1b..ac1a284581 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 fe952cd773..2eda73b7aa 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 -- GitLab