Skip to content

Commit f1243f5

Browse files
committed
Enable PWR HAL for all variants
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 8618610 commit f1243f5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

variants/BLUEPILL_F103C8/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
/*#define HAL_NOR_MODULE_ENABLED*/
7171
/*#define HAL_PCCARD_MODULE_ENABLED*/
7272
/*#define HAL_PCD_MODULE_ENABLED*/
73-
/*#define HAL_PWR_MODULE_ENABLED*/
73+
#define HAL_PWR_MODULE_ENABLED
7474
#define HAL_RCC_MODULE_ENABLED
7575
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/

variants/DISCO_F100RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
/*#define HAL_NOR_MODULE_ENABLED*/
7171
/*#define HAL_PCCARD_MODULE_ENABLED*/
7272
/*#define HAL_PCD_MODULE_ENABLED*/
73-
/*#define HAL_PWR_MODULE_ENABLED*/
73+
#define HAL_PWR_MODULE_ENABLED
7474
#define HAL_RCC_MODULE_ENABLED
7575
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/

variants/MAPLEMINI_F103CB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
/*#define HAL_NOR_MODULE_ENABLED*/
7171
/*#define HAL_PCCARD_MODULE_ENABLED*/
7272
/*#define HAL_PCD_MODULE_ENABLED*/
73-
/*#define HAL_PWR_MODULE_ENABLED*/
73+
#define HAL_PWR_MODULE_ENABLED
7474
#define HAL_RCC_MODULE_ENABLED
7575
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/

variants/NUCLEO_F030R8/stm32f0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//#define HAL_IRDA_MODULE_ENABLED
6767
//#define HAL_IWDG_MODULE_ENABLED
6868
//#define HAL_PCD_MODULE_ENABLED
69-
//#define HAL_PWR_MODULE_ENABLED
69+
#define HAL_PWR_MODULE_ENABLED
7070
#define HAL_RCC_MODULE_ENABLED
7171
#define HAL_RTC_MODULE_ENABLED
7272
//#define HAL_SMARTCARD_MODULE_ENABLED

variants/NUCLEO_F091RC/stm32f0xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//#define HAL_IRDA_MODULE_ENABLED
6767
//#define HAL_IWDG_MODULE_ENABLED
6868
//#define HAL_PCD_MODULE_ENABLED
69-
//#define HAL_PWR_MODULE_ENABLED
69+
#define HAL_PWR_MODULE_ENABLED
7070
#define HAL_RCC_MODULE_ENABLED
7171
#define HAL_RTC_MODULE_ENABLED
7272
//#define HAL_SMARTCARD_MODULE_ENABLED

variants/NUCLEO_F103RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
/*#define HAL_NOR_MODULE_ENABLED*/
7171
/*#define HAL_PCCARD_MODULE_ENABLED*/
7272
/*#define HAL_PCD_MODULE_ENABLED*/
73-
/*#define HAL_PWR_MODULE_ENABLED*/
73+
#define HAL_PWR_MODULE_ENABLED
7474
#define HAL_RCC_MODULE_ENABLED
7575
#define HAL_RTC_MODULE_ENABLED
7676
/*#define HAL_SD_MODULE_ENABLED*/

variants/NUCLEO_F302R8/stm32f3xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// #define HAL_IWDG_MODULE_ENABLED
7373
// #define HAL_OPAMP_MODULE_ENABLED
7474
// #define HAL_PCD_MODULE_ENABLED
75-
// #define HAL_PWR_MODULE_ENABLED
75+
#define HAL_PWR_MODULE_ENABLED
7676
#define HAL_RCC_MODULE_ENABLED
7777
#define HAL_RTC_MODULE_ENABLED
7878
// #define HAL_SDADC_MODULE_ENABLED

variants/NUCLEO_F303RE/stm32f3xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// #define HAL_IWDG_MODULE_ENABLED
7373
// #define HAL_OPAMP_MODULE_ENABLED
7474
// #define HAL_PCD_MODULE_ENABLED
75-
// #define HAL_PWR_MODULE_ENABLED
75+
#define HAL_PWR_MODULE_ENABLED
7676
#define HAL_RCC_MODULE_ENABLED
7777
#define HAL_RTC_MODULE_ENABLED
7878
// #define HAL_SDADC_MODULE_ENABLED

0 commit comments

Comments
 (0)