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:
Yannis Damigos 2018-07-25 19:17:51 +03:00 committed by Kumar Gala
commit fe321f02fa
7 changed files with 8 additions and 8 deletions

View file

@ -13,6 +13,6 @@ config SOC
config NUM_IRQS
int
default 29
default 31
endif # SOC_STM32F051X8

View file

@ -13,6 +13,6 @@ config SOC
config NUM_IRQS
int
default 32
default 31
endif # SOC_STM32F091XC

View file

@ -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

View file

@ -13,6 +13,6 @@ config SOC
config NUM_IRQS
int
default 80
default 81
endif

View file

@ -13,6 +13,6 @@ config SOC
config NUM_IRQS
int
default 85
default 86
endif # SOC_STM32F411XE

View file

@ -13,7 +13,7 @@ config SOC
config NUM_IRQS
int
default 96
default 97
if GPIO_STM32

View file

@ -14,7 +14,7 @@ config SOC
config NUM_IRQS
int
default 82
default 83
if GPIO_STM32