zephyr/tests
Andrew Boie 8ce260d8df kernel: introduce supervisor-only stacks
These stacks are appropriate for threads that run purely in
supervisor mode, and also as stacks for interrupt and exception
handling.

Two new arch defines are introduced:

- ARCH_KERNEL_STACK_GUARD_SIZE
- ARCH_KERNEL_STACK_OBJ_ALIGN

New public declaration macros:

- K_KERNEL_STACK_RESERVED
- K_KERNEL_STACK_EXTERN
- K_KERNEL_STACK_DEFINE
- K_KERNEL_STACK_ARRAY_DEFINE
- K_KERNEL_STACK_MEMBER
- K_KERNEL_STACK_SIZEOF

If user mode is not enabled, K_KERNEL_STACK_* and K_THREAD_STACK_*
are equivalent.

Separately generated privilege elevation stacks are now declared
like kernel stacks, removing the need for K_PRIVILEGE_STACK_ALIGN.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 21:11:14 -04:00
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch toolchain: add Z_POW2_CEIL() 2020-07-30 21:11:14 -04:00
benchmarks benchmarks: timing_info: re-word thread abort actions 2020-07-30 10:44:41 -04:00
bluetooth tests: Bluetooth: bsim: Add ll_adv_aux_set_remove function 2020-07-29 16:37:15 +02:00
boards tests: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
crypto tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers tests: dac: remove whitelist 2020-07-30 08:00:03 -04:00
kernel kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
lib gui: Add open flags argument to fs_open invocation 2020-07-30 16:33:18 +02:00
misc/test_build tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
net tests: net: af_packet: Fix running in real hw 2020-07-30 12:25:49 +02:00
portability tests: portability: cmsis_rtos_v1: Fix systick test 2020-07-09 11:21:03 +02:00
posix tests/posix/fs: Add tests for open flags 2020-07-30 16:33:18 +02:00
shell tests: shell: remove filter 2020-07-30 08:00:03 -04:00
subsys tests/subsys/fs: Add fs_open flags tests to LittleFS 2020-07-30 16:33:18 +02:00
unit Revert "tests: dlist to add a testcase and add some tags" 2020-07-02 14:40:20 -05:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00