Files
zephyr/soc/st/stm32/stm32h5/Kconfig.defconfig
Guillaume Gautier a6e4928543 soc: st: stm32: Migrate STM32H5 series
Port STM32H5 series to HW model v2

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
2024-03-01 15:50:00 +01:00

14 lines
271 B
Plaintext

# ST Microelectronics STM32H5 MCU line
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_STM32H5X
rsource "Kconfig.defconfig.stm32h5*"
config ROM_START_OFFSET
default 0x400 if BOOTLOADER_MCUBOOT
endif # SOC_SERIES_STM32H5X