Skip to content

Commit d8e15d9

Browse files
committedApr 19, 2018
Enable HAL RTC for all variants
Signed-off-by: fpr <[email protected]>
1 parent f874d09 commit d8e15d9

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed
 

‎variants/DISCO_F100RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
/*#define HAL_PCD_MODULE_ENABLED*/
7373
/*#define HAL_PWR_MODULE_ENABLED*/
7474
#define HAL_RCC_MODULE_ENABLED
75-
/*#define HAL_RTC_MODULE_ENABLED*/
75+
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/
7777
/*#define HAL_SMARTCARD_MODULE_ENABLED*/
7878
#define HAL_SPI_MODULE_ENABLED

‎variants/DISCO_L072CZ_LRWAN1/stm32l0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/*#define HAL_LCD_MODULE_ENABLED */
6060
/*#define HAL_LPTIM_MODULE_ENABLED */
6161
/*#define HAL_RNG_MODULE_ENABLED */
62-
/*#define HAL_RTC_MODULE_ENABLED */
62+
#define HAL_RTC_MODULE_ENABLED
6363
#define HAL_SPI_MODULE_ENABLED
6464
#define HAL_TIM_MODULE_ENABLED
6565
/*#define HAL_TSC_MODULE_ENABLED */

‎variants/DISCO_L475VG_IOT/stm32l4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#define HAL_QSPI_MODULE_ENABLED
8787
#define HAL_RCC_MODULE_ENABLED
8888
/* #define HAL_RNG_MODULE_ENABLED */
89-
/* #define HAL_RTC_MODULE_ENABLED */
89+
#define HAL_RTC_MODULE_ENABLED
9090
#define HAL_SAI_MODULE_ENABLED
9191
/* #define HAL_SD_MODULE_ENABLED */
9292
/* #define HAL_SMARTCARD_MODULE_ENABLED */

‎variants/NUCLEO_F030R8/stm32f0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//#define HAL_PCD_MODULE_ENABLED
6969
//#define HAL_PWR_MODULE_ENABLED
7070
#define HAL_RCC_MODULE_ENABLED
71-
//#define HAL_RTC_MODULE_ENABLED
71+
#define HAL_RTC_MODULE_ENABLED
7272
//#define HAL_SMARTCARD_MODULE_ENABLED
7373
//#define HAL_SMBUS_MODULE_ENABLED
7474
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_F091RC/stm32f0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//#define HAL_PCD_MODULE_ENABLED
6969
//#define HAL_PWR_MODULE_ENABLED
7070
#define HAL_RCC_MODULE_ENABLED
71-
//#define HAL_RTC_MODULE_ENABLED
71+
#define HAL_RTC_MODULE_ENABLED
7272
//#define HAL_SMARTCARD_MODULE_ENABLED
7373
//#define HAL_SMBUS_MODULE_ENABLED
7474
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_F103RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
/*#define HAL_PCD_MODULE_ENABLED*/
7373
/*#define HAL_PWR_MODULE_ENABLED*/
7474
#define HAL_RCC_MODULE_ENABLED
75-
/*#define HAL_RTC_MODULE_ENABLED*/
75+
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/
7777
/*#define HAL_SMARTCARD_MODULE_ENABLED*/
7878
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_F207ZG/stm32f2xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define HAL_PWR_MODULE_ENABLED
7070
#define HAL_RCC_MODULE_ENABLED
7171
/*#define HAL_RNG_MODULE_ENABLED */
72-
/*#define HAL_RTC_MODULE_ENABLED */
72+
#define HAL_RTC_MODULE_ENABLED
7373
/*#define HAL_SD_MODULE_ENABLED */
7474
#define HAL_SPI_MODULE_ENABLED
7575
#define HAL_TIM_MODULE_ENABLED

‎variants/NUCLEO_F302R8/stm32f3xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// #define HAL_PCD_MODULE_ENABLED
7575
// #define HAL_PWR_MODULE_ENABLED
7676
#define HAL_RCC_MODULE_ENABLED
77-
// #define HAL_RTC_MODULE_ENABLED
77+
#define HAL_RTC_MODULE_ENABLED
7878
// #define HAL_SDADC_MODULE_ENABLED
7979
// #define HAL_SMARTCARD_MODULE_ENABLED
8080
// #define HAL_SMBUS_MODULE_ENABLED

‎variants/NUCLEO_F303RE/stm32f3xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// #define HAL_PCD_MODULE_ENABLED
7575
// #define HAL_PWR_MODULE_ENABLED
7676
#define HAL_RCC_MODULE_ENABLED
77-
// #define HAL_RTC_MODULE_ENABLED
77+
#define HAL_RTC_MODULE_ENABLED
7878
// #define HAL_SDADC_MODULE_ENABLED
7979
// #define HAL_SMARTCARD_MODULE_ENABLED
8080
// #define HAL_SMBUS_MODULE_ENABLED

‎variants/NUCLEO_F401RE/stm32f4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
/* #define HAL_QSPI_MODULE_ENABLED */
7777
#define HAL_RCC_MODULE_ENABLED
7878
/* #define HAL_RNG_MODULE_ENABLED */
79-
/* #define HAL_RTC_MODULE_ENABLED */
79+
#define HAL_RTC_MODULE_ENABLED
8080
/* #define HAL_SAI_MODULE_ENABLED */
8181
/* #define HAL_SD_MODULE_ENABLED */
8282
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_F411RE/stm32f4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
/* #define HAL_QSPI_MODULE_ENABLED */
7777
#define HAL_RCC_MODULE_ENABLED
7878
/* #define HAL_RNG_MODULE_ENABLED */
79-
/* #define HAL_RTC_MODULE_ENABLED */
79+
#define HAL_RTC_MODULE_ENABLED
8080
/* #define HAL_SAI_MODULE_ENABLED */
8181
/* #define HAL_SD_MODULE_ENABLED */
8282
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_F446RE/stm32f4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
/* #define HAL_QSPI_MODULE_ENABLED */
7777
#define HAL_RCC_MODULE_ENABLED
7878
/* #define HAL_RNG_MODULE_ENABLED */
79-
/* #define HAL_RTC_MODULE_ENABLED */
79+
#define HAL_RTC_MODULE_ENABLED
8080
/* #define HAL_SAI_MODULE_ENABLED */
8181
/* #define HAL_SD_MODULE_ENABLED */
8282
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_L031K6/stm32l0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/*#define HAL_LCD_MODULE_ENABLED */
6262
/*#define HAL_LPTIM_MODULE_ENABLED */
6363
/*#define HAL_RNG_MODULE_ENABLED */
64-
/*#define HAL_RTC_MODULE_ENABLED */
64+
#define HAL_RTC_MODULE_ENABLED
6565
#define HAL_SPI_MODULE_ENABLED
6666
#define HAL_TIM_MODULE_ENABLED
6767
/*#define HAL_TSC_MODULE_ENABLED */

‎variants/NUCLEO_L053R8/stm32l0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#define HAL_PWR_MODULE_ENABLED
7171
#define HAL_RCC_MODULE_ENABLED
7272
// #define HAL_RNG_MODULE_ENABLED
73-
// #define HAL_RTC_MODULE_ENABLED
73+
#define HAL_RTC_MODULE_ENABLED
7474
#define HAL_SPI_MODULE_ENABLED
7575
#define HAL_TIM_MODULE_ENABLED
7676
// #define HAL_TSC_MODULE_ENABLED

‎variants/NUCLEO_L152RE/stm32l1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
/*#define HAL_PCD_MODULE_ENABLED*/
7373
#define HAL_PWR_MODULE_ENABLED
7474
#define HAL_RCC_MODULE_ENABLED
75-
/*#define HAL_RTC_MODULE_ENABLED*/
75+
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/
7777
/*#define HAL_SMARTCARD_MODULE_ENABLED*/
7878
#define HAL_SPI_MODULE_ENABLED

‎variants/NUCLEO_L432KC/stm32l4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
/* #define HAL_QSPI_MODULE_ENABLED */
8787
#define HAL_RCC_MODULE_ENABLED
8888
/* #define HAL_RNG_MODULE_ENABLED */
89-
/* #define HAL_RTC_MODULE_ENABLED */
89+
#define HAL_RTC_MODULE_ENABLED
9090
/* #define HAL_SAI_MODULE_ENABLED */
9191
/* #define HAL_SD_MODULE_ENABLED */
9292
/* #define HAL_SMARTCARD_MODULE_ENABLED */

‎variants/NUCLEO_L476RG/stm32l4xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
/* #define HAL_QSPI_MODULE_ENABLED */
8787
#define HAL_RCC_MODULE_ENABLED
8888
/* #define HAL_RNG_MODULE_ENABLED */
89-
/* #define HAL_RTC_MODULE_ENABLED */
89+
#define HAL_RTC_MODULE_ENABLED
9090
/* #define HAL_SAI_MODULE_ENABLED */
9191
/* #define HAL_SD_MODULE_ENABLED */
9292
/* #define HAL_SMARTCARD_MODULE_ENABLED */

0 commit comments

Comments
 (0)
Please sign in to comment.