c0d939ef0a
this patch introduces the stm32L4S5xx soc from STMicroelectronics (based on the stm32l4r5) Signed-off-by: Francois Ramu <francois.ramu@st.com>
15 lines
226 B
Plaintext
15 lines
226 B
Plaintext
# 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
|