zephyr/tests/arch/arm
Andrew Boie 80a0d9d16b kernel: interrupt/idle stacks/threads as array
The set of interrupt stacks is now expressed as an array. We
also define the idle threads and their associated stacks this
way. This allows for iteration in cases where we have multiple
CPUs.

There is now a centralized declaration in kernel_internal.h.

On uniprocessor systems, z_interrupt_stacks has one element
and can be used in the same way as _interrupt_stack.

The IRQ stack for CPU 0 is now set in init.c instead of in
arch code.

The extern definition of the main thread stack is now removed,
this doesn't need to be in a header.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-03-16 23:17:36 +02:00
..
arm_interrupt tests: arch: arm: interrupt: test the spurious ISR handler 2020-03-11 10:26:36 +02:00
arm_irq_advanced_features tests : Ensure the IRQ is disabled before enabling it at run time 2020-01-17 12:40:38 +01:00
arm_irq_vector_table tests: arch: arm_irq_vector_table: minor inline comment updates 2020-02-19 12:40:46 +02:00
arm_ramfunc tests: fix test identifiers 2019-12-09 15:53:44 -05:00
arm_runtime_nmi arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
arm_thread_swap kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00