zephyr/arch
Bobby Noelte 68cd1b7f9e arch: arm: aarch32: fix system clock driver selection for cortex m
The selection of the Cortex M systick driver to be used as a system
clock driver is controlled by CONFIG_CORTEX_M_SYSTICK.

To replace it by another driver CONFIG_CORTEX_M_SYSTICK must be set
to 'n'. Unfortunately this also controls the interrupt vector for
the systick interrupt. It is now routed to z_arm_exc_spurious.

Remove the dependecy on CONFIG_CORTEX_M_SYSTICK and route to
z_clock_isr as it was before #24012.

Fixes #24347

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2020-04-15 12:16:10 +02:00
..
arc arch: arc: fix the bug of IRQ_ACT.U bit sync up 2020-04-14 12:52:41 -07:00
arm arch: arm: aarch32: fix system clock driver selection for cortex m 2020-04-15 12:16:10 +02:00
common arch: isr: Update z_isr_install for multi-level interrupts 2020-04-09 13:12:24 -07:00
nios2 kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
posix tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
riscv arch: riscv: irq: fix build warning 2020-04-10 12:38:06 -04:00
x86 kernel: remove unused offload workqueue option 2020-04-12 18:42:27 -04:00
xtensa xtensa: add calling entry point for multi-processing 2020-03-25 19:07:28 -04:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig xtensa: enable XTENSA_HAL at SoC level 2020-04-08 13:10:35 -07:00