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:
Marcin Zapolski 2023-05-30 10:07:19 +02:00 committed by Anas Nashif
commit f9baca493c
3 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# ST Microelectronics STM32L4R5xx MCU
# ST Microelectronics STM32L4P5xx MCU
# Copyright (c) 2018 Pushpal Sidhu
# SPDX-License-Identifier: Apache-2.0

View 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

View file

@ -49,6 +49,9 @@ config SOC_STM32L475XX
config SOC_STM32L4P5XX
bool "STM32L4P5XX"
config SOC_STM32L4Q5XX
bool "STM32L4Q5XX"
config SOC_STM32L4S5XX
bool "STM32L4S5XX"