92e3fc24a0
Introduce STM32U585 series Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
# STMicroelectronics STM32U585XX MCU
|
|
|
|
# Copyright (c) 2021 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32U585XX
|
|
|
|
config SOC
|
|
default "stm32u585xx"
|
|
|
|
config NUM_IRQS
|
|
default 125
|
|
|
|
endif # SOC_STM32U585XX
|