zephyr/soc/arm/atmel_sam0/samd20
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
..
CMakeLists.txt
Kconfig.defconfig.series
Kconfig.series soc: select CONFIG_CPU_CORTEX_M_HAS_VTOR for SAMD2x. 2019-01-15 14:37:19 -06:00
Kconfig.soc
dts_fixup.h drivers: watchdog: wdt_sam0: Convert Atmel SAM0 driver to the new API 2018-11-19 08:40:15 -06:00
linker.ld
soc.c
soc.h