zephyr/tests
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
..
application_development tests: application_development/libxcc: exclude using XCC... 2020-01-07 17:09:38 +01:00
arch kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
benchmarks tests: benchmarks: Add ARM64 case 2020-02-01 08:08:43 -05:00
bluetooth Bluetooth: tester: Fix GATT service registration 2020-02-27 21:21:46 +02:00
boards driver: gpio: dw: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
crypto tests: tags: Add entropy and random tags 2020-01-28 09:37:51 -05:00
drivers drivers/sensor: add support to IIS2DLPC accelerometer sensor 2020-03-16 10:42:28 -05:00
kernel tests: profiling_api: fix comments 2020-03-14 13:10:19 -04:00
lib tests: lib: mem_alloc: Increase malloc heap size for newlib test 2020-02-14 10:52:53 -06:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net tests: net: Improve ICMPv4 tests 2020-03-16 14:34:24 +02:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys tests: openocd tracing does not support SMP 2020-03-12 13:02:17 -04:00
unit sys/util.h: allow UTIL_LISTIFY to pass args to repeat macro 2020-03-13 07:33:57 -06:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00