Skip to content

Commit 3ef9113

Browse files
committed
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
This patch updates ST's HAL to the latest version, V1.3.0, dated 19 June 2014. Files were copied verbatim from the ST package. Only change was to suppress compiler warning of unused variables in 4 places. A lot of the changes from ST are cosmetic: comments and white space. Some small code changes here and there, and addition of F411 header. Main code change is how SysTick interrupt is set: it now has a configuration variable to set the priority, so we no longer need to work around this (originall in system_stm32f4xx.c).
1 parent 8a11d69 commit 3ef9113

138 files changed

Lines changed: 14533 additions & 6313 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

stmhal/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\
129129
stm32f4xx_hal_gpio.c \
130130
stm32f4xx_hal_i2c.c \
131131
stm32f4xx_hal_pcd.c \
132+
stm32f4xx_hal_pcd_ex.c \
132133
stm32f4xx_hal_rcc.c \
133134
stm32f4xx_hal_rcc_ex.c \
134135
stm32f4xx_hal_rng.c \

0 commit comments

Comments
 (0)