zephyr/arch/arm
Bobby Noelte 2f7688bfd3 arch: arm: core: fix vector table relocate write to flash
Some SOCs (e.g. STM32F0) can map the flash to address 0 and
the flash base address at the same time. Prevent writing to
duplicate flash address which stops the SOC.

Allow Cortex M SOCs to create their own vector table relocation
function.

Provide a relocation function for STM32F0x SOCs.

Fixes #3923

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2017-10-23 12:31:47 +02:00
..
core arch: arm: core: fix vector table relocate write to flash 2017-10-23 12:31:47 +02:00
include doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
soc arch: arm: core: fix vector table relocate write to flash 2017-10-23 12:31:47 +02:00
defconfig
Kbuild
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile