diff options
| author | Damien George | 2014-08-06 22:33:31 +0100 |
|---|---|---|
| committer | Damien George | 2014-08-06 22:33:31 +0100 |
| commit | 3ef911345c94a6d612ab50c1e912e81cb2cc3f71 (patch) | |
| tree | 9425ff491cd738a3f6ae11028e1834925ea746e2 /stmhal/cmsis/devinc/system_stm32f4xx.h | |
| parent | 8a11d693cf794c8cc276a5715df11ecdc8824ef1 (diff) | |
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).
Diffstat (limited to 'stmhal/cmsis/devinc/system_stm32f4xx.h')
| -rw-r--r-- | stmhal/cmsis/devinc/system_stm32f4xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/cmsis/devinc/system_stm32f4xx.h b/stmhal/cmsis/devinc/system_stm32f4xx.h index c449bc56f..a95324e63 100644 --- a/stmhal/cmsis/devinc/system_stm32f4xx.h +++ b/stmhal/cmsis/devinc/system_stm32f4xx.h @@ -2,8 +2,8 @@ ******************************************************************************
* @file system_stm32f4xx.h
* @author MCD Application Team
- * @version V2.0.0
- * @date 18-February-2014
+ * @version V2.1.0
+ * @date 19-June-2014
* @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
******************************************************************************
* @attention
|
