soc: arm: stm32l4: Add STM32L4Q5 support
Add STM32L4Q5 to the list of supported SOCs. Fix copy-paste error in STM32L4P5 SOC file. Signed-off-by: Marcin Zapolski <mz4pol@gmail.com>
This commit is contained in:
parent
041201b0d1
commit
f9baca493c
3 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# ST Microelectronics STM32L4R5xx MCU
|
||||
# ST Microelectronics STM32L4P5xx MCU
|
||||
|
||||
# Copyright (c) 2018 Pushpal Sidhu
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
|
14
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4q5xx
Normal file
14
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4q5xx
Normal file
|
@ -0,0 +1,14 @@
|
|||
# ST Microelectronics STM32L4Q5xx MCU
|
||||
|
||||
# Copyright (c) 2023 Marcin Zapolski
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32L4Q5XX
|
||||
|
||||
config SOC
|
||||
default "stm32l4q5xx"
|
||||
|
||||
config NUM_IRQS
|
||||
default 95
|
||||
|
||||
endif # SOC_STM32L4Q5XX
|
|
@ -49,6 +49,9 @@ config SOC_STM32L475XX
|
|||
config SOC_STM32L4P5XX
|
||||
bool "STM32L4P5XX"
|
||||
|
||||
config SOC_STM32L4Q5XX
|
||||
bool "STM32L4Q5XX"
|
||||
|
||||
config SOC_STM32L4S5XX
|
||||
bool "STM32L4S5XX"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue