Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30a305f

Browse files
authoredNov 7, 2017
Merge pull request #141 from fpistm/hal_update
Updated HAL drivers and CMSIS for STM32F2/F4/L4
2 parents 24baacb + 894eb91 commit 30a305f

File tree

638 files changed

+644750
-646353
lines changed

Some content is hidden

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

638 files changed

+644750
-646353
lines changed
 

‎system/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f205xx.h
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 17-March-2017
75
* @brief CMSIS STM32F205xx Device Peripheral Access Layer Header File.
86
* This file contains :
97
* - Data structures and the address mapping for all peripherals
@@ -84,6 +82,7 @@ typedef enum
8482
{
8583
/****** Cortex-M3 Processor Exceptions Numbers ****************************************************************/
8684
NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
85+
HardFault_IRQn = -13, /*!< 3 Hard Fault Interrupt */
8786
MemoryManagement_IRQn = -12, /*!< 4 Cortex-M3 Memory Management Interrupt */
8887
BusFault_IRQn = -11, /*!< 5 Cortex-M3 Bus Fault Interrupt */
8988
UsageFault_IRQn = -10, /*!< 6 Cortex-M3 Usage Fault Interrupt */

‎system/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f207xx.h
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 17-March-2017
75
* @brief CMSIS STM32F207xx Device Peripheral Access Layer Header File.
86
* This file contains :
97
* - Data structures and the address mapping for all peripherals
@@ -84,6 +82,7 @@ typedef enum
8482
{
8583
/****** Cortex-M3 Processor Exceptions Numbers ****************************************************************/
8684
NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
85+
HardFault_IRQn = -13, /*!< 3 Hard Fault Interrupt */
8786
MemoryManagement_IRQn = -12, /*!< 4 Cortex-M3 Memory Management Interrupt */
8887
BusFault_IRQn = -11, /*!< 5 Cortex-M3 Bus Fault Interrupt */
8988
UsageFault_IRQn = -10, /*!< 6 Cortex-M3 Usage Fault Interrupt */

0 commit comments

Comments
 (0)