Skip to content

Commit 92e3fc2

Browse files
erwangogalak
authored andcommitted
soc/arm/stm32u5: Add stm32u585xx soc series
Introduce STM32U585 series Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 8b3e155 commit 92e3fc2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# STMicroelectronics STM32U585XX MCU
2+
3+
# Copyright (c) 2021 Linaro Limited
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
if SOC_STM32U585XX
7+
8+
config SOC
9+
default "stm32u585xx"
10+
11+
config NUM_IRQS
12+
default 125
13+
14+
endif # SOC_STM32U585XX

soc/arm/st_stm32/stm32u5/Kconfig.soc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32U5X
1010
config SOC_STM32U575XX
1111
bool "STM32U575XX"
1212

13+
config SOC_STM32U585XX
14+
bool "STM32U585XX"
15+
1316
endchoice

0 commit comments

Comments
 (0)