zephyr/soc/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
atmel_sam
atmel_sam0
bcm_vk driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
common/cortex_m
cypress
microchip_mec driver: uart: ns16550: convert to DT_INST_* 2020-03-14 02:22:05 +02:00
nordic_nrf
nxp_imx
nxp_kinetis
nxp_lpc
qemu_cortex_a53
silabs_exx32
st_stm32 drivers: counter: stm32: enable support for H7 series 2020-03-16 10:23:13 -05:00
ti_lm3s6965 kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
ti_simplelink
xilinx_zynqmp
CMakeLists.txt
Kconfig