zephyr/tests/kernel/threads
Anas Nashif e8395351e6 kernel: init: introduce a new init level: ARCH
We have cases where some devices needs to be initialized very early and
before c_start is call, i.e. to setup very early console or to setup
memory. Traditionally this would be hardcoded as part of the soc layer
and not using device model or the init levels.

This patch adds a new level ARCH, which will be called in early
architecture code and before we jump to the kernel code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-10-11 08:28:25 -04:00
..
dynamic_thread kernel: thread: move thread dynamic cases to new ztest 2022-08-12 17:39:03 +02:00
no-multithreading kernel: init: introduce a new init level: ARCH 2022-10-11 08:28:25 -04:00
thread_apis ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_error_case kernel: thread: move thread error case to new ztest 2022-08-12 17:39:03 +02:00
thread_init ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_stack includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
tls kernel: thread: move thread tls testcase to new ztest 2022-08-12 17:39:03 +02:00