zephyr/soc/arm/atmel_sam0
Miguel A. Borrego aea3645817 soc: select CONFIG_CPU_CORTEX_M_HAS_VTOR for SAMD2x.
SAMD2x series have available the Optional Vector Table Offset Register
(VTOR). If this option is not selected, SCB->VTOR is not configured
properly and the application hangs if it's located in an offset
different than 0.

Removed select CPU_CORTEX_M from SAMD20, as it's already selected by
select CPU_CORTEX_M0PLUS

Signed-off-by: Miguel A. Borrego <jimjim17@gmail.com>
2019-01-15 14:37:19 -06:00
..
common
samd20 soc: select CONFIG_CPU_CORTEX_M_HAS_VTOR for SAMD2x. 2019-01-15 14:37:19 -06:00
samd21 soc: select CONFIG_CPU_CORTEX_M_HAS_VTOR for SAMD2x. 2019-01-15 14:37:19 -06:00
CMakeLists.txt
Kconfig arch: arm: sam0: enable SEGGER RTT on Atmel sam0 SoCs 2018-11-07 06:42:02 -06:00
Kconfig.defconfig
Kconfig.soc