arch: st_stm32: Fix IRQs number of various SoCs
It corrects the IRQs number of various SoCs. IRQs number is in conformity with the IRQn_Type enumeration in SoC header files of STM32Cube HAL. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
e189f59031
commit
fe321f02fa
7 changed files with 8 additions and 8 deletions
|
@ -13,6 +13,6 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 29
|
||||
default 31
|
||||
|
||||
endif # SOC_STM32F051X8
|
||||
|
|
|
@ -13,6 +13,6 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 32
|
||||
default 31
|
||||
|
||||
endif # SOC_STM32F091XC
|
||||
|
|
|
@ -13,7 +13,7 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 59
|
||||
default 43
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
@ -32,7 +32,7 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 68
|
||||
default 60
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 80
|
||||
default 81
|
||||
|
||||
endif
|
||||
|
|
|
@ -13,6 +13,6 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 85
|
||||
default 86
|
||||
|
||||
endif # SOC_STM32F411XE
|
||||
|
|
|
@ -13,7 +13,7 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 96
|
||||
default 97
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ config SOC
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
default 83
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue