soc: arm: stm32l4s5 new supported device
this patch introduces the stm32L4S5xx soc from STMicroelectronics (based on the stm32l4r5) Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
14ced754f5
commit
c0d939ef0a
2 changed files with 17 additions and 0 deletions
14
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4s5xx
Normal file
14
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4s5xx
Normal file
|
@ -0,0 +1,14 @@
|
|||
# ST Microelectronics STM32L4S5xx MCU
|
||||
|
||||
# Copyright (c) 2020 STMicroelectronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32L4S5XX
|
||||
|
||||
config SOC
|
||||
default "stm32l4s5xx"
|
||||
|
||||
config NUM_IRQS
|
||||
default 95
|
||||
|
||||
endif # SOC_STM32L4S5XX
|
|
@ -34,6 +34,9 @@ config SOC_STM32L462XX
|
|||
config SOC_STM32L475XX
|
||||
bool "STM32L475XX"
|
||||
|
||||
config SOC_STM32L4S5XX
|
||||
bool "STM32L4S5XX"
|
||||
|
||||
config SOC_STM32L4R5XX
|
||||
bool "STM32L4R5XX"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue