arch: arm: stm32f0: Enable CONFIG_CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP

Enable this flag for all stm32f0 series in order to support hardware
vector table relocation feature.

Signed-off-by: Ding Tao <miyatsu@qq.com>
This commit is contained in:
Ding Tao 2018-01-15 08:22:56 +00:00 committed by Anas Nashif
commit e28db91acf

View file

@ -9,6 +9,7 @@ config SOC_SERIES_STM32F0X
bool "STM32F0x Series MCU"
select CPU_CORTEX_M
select CPU_CORTEX_M0
select CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP
select SOC_FAMILY_STM32
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
select CPU_HAS_SYSTICK