zephyr/soc
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
..
arc driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
arm kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
nios2 driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
posix kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
riscv drivers: uart: miv: convert to DT_INST defines 2020-03-11 16:37:22 -06:00
x86 driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
xtensa driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
Kconfig soc: kconfig: add SOC_DEPRECATED_RELEASE 2020-01-13 10:21:12 -05:00