We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3e155 commit 92e3fc2Copy full SHA for 92e3fc2
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u585xx
@@ -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
@@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32U5X
config SOC_STM32U575XX
bool "STM32U575XX"
+config SOC_STM32U585XX
+ bool "STM32U585XX"
15
16
endchoice
0 commit comments