Skip to content

Commit c87d6cc

Browse files
authored
Merge pull request #2248 from hierophect/stm32-PWM
STM32: PWMOut
2 parents e3638ff + f185b30 commit c87d6cc

File tree

20 files changed

+913
-5
lines changed

20 files changed

+913
-5
lines changed

ports/stm32f4/boards/feather_stm32f405_express/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/* #define HAL_SD_MODULE_ENABLED */
6262
/* #define HAL_MMC_MODULE_ENABLED */
6363
#define HAL_SPI_MODULE_ENABLED
64-
/* #define HAL_TIM_MODULE_ENABLED */
64+
#define HAL_TIM_MODULE_ENABLED
6565
#define HAL_UART_MODULE_ENABLED
6666
/* #define HAL_USART_MODULE_ENABLED */
6767
/* #define HAL_IRDA_MODULE_ENABLED */

ports/stm32f4/boards/pyboard_v11/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/* #define HAL_SD_MODULE_ENABLED */
6262
/* #define HAL_MMC_MODULE_ENABLED */
6363
#define HAL_SPI_MODULE_ENABLED
64-
/* #define HAL_TIM_MODULE_ENABLED */
64+
#define HAL_TIM_MODULE_ENABLED
6565
#define HAL_UART_MODULE_ENABLED
6666
/* #define HAL_USART_MODULE_ENABLED */
6767
/* #define HAL_IRDA_MODULE_ENABLED */

ports/stm32f4/boards/stm32f411ve_discovery/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/* #define HAL_SD_MODULE_ENABLED */
6262
/* #define HAL_MMC_MODULE_ENABLED */
6363
#define HAL_SPI_MODULE_ENABLED
64-
/* #define HAL_TIM_MODULE_ENABLED */
64+
#define HAL_TIM_MODULE_ENABLED
6565
#define HAL_UART_MODULE_ENABLED
6666
/* #define HAL_USART_MODULE_ENABLED */
6767
/* #define HAL_IRDA_MODULE_ENABLED */

ports/stm32f4/boards/stm32f412zg_discovery/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#define HAL_SD_MODULE_ENABLED
6262
/* #define HAL_MMC_MODULE_ENABLED */
6363
#define HAL_SPI_MODULE_ENABLED
64-
/* #define HAL_TIM_MODULE_ENABLED */
64+
#define HAL_TIM_MODULE_ENABLED
6565
#define HAL_UART_MODULE_ENABLED
6666
/* #define HAL_USART_MODULE_ENABLED */
6767
/* #define HAL_IRDA_MODULE_ENABLED */

0 commit comments

Comments
 (0)