zephyr/soc/st/stm32/stm32f3x/Kconfig
Anas Nashif c6a03606c2 soc: st: move init code from SYS_INIT to hooks
Replace SYS_INIT with SoC hooks and adapt SoC init code

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-09-20 13:15:31 +02:00

13 lines
295 B
Text

# STMicroelectronics STM32F3 MCU series
# Copyright (c) 2016 RnDity Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32F3X
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select HAS_STM32CUBE
select HAS_SWO
select SOC_EARLY_INIT_HOOK