# STMicroelectronics STM32W0 MCU series | |
# Copyright (c) 2024 STMicroelectronics | |
# SPDX-License-Identifier: Apache-2.0 | |
config SOC_SERIES_STM32WB0X | |
select ARM | |
select CPU_CORTEX_M0PLUS | |
select CPU_CORTEX_M_HAS_VTOR | |
select CPU_CORTEX_M_HAS_SYSTICK | |
select CPU_HAS_ARM_MPU | |
select HAS_STM32CUBE | |
# WB0x has a ROM bootloader executed at reset, | |
# which makes the following option required | |
select INIT_ARCH_HW_AT_BOOT |