zephyr/tests/kernel/threads/no-multithreading
Gerard Marull-Paretas 495245a971 init: remove _SYS_INIT_LEVEL* definitions
The _SYS_INIT_LEVEL* definitions were used to indicate the index entry
into the levels array defined in init.c (z_sys_init_run_level). init.c
uses this information internally, so there is no point in exposing this
in a public header. It has been replaced with an enum inside init.c. The
device shell was re-using the same defines to index its own array. This
is a fragile design, the shell needs to be responsible of its own data
indexing. A similar situation happened with some unit tests.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-10-12 18:49:12 +09:00
..
boards
src init: remove _SYS_INIT_LEVEL* definitions 2022-10-12 18:49:12 +09:00
CMakeLists.txt
prj.conf kernel: thread: move no-multithreading testcase to new ztest 2022-08-12 17:39:03 +02:00
testcase.yaml tests: allow ARC platforms for non-multithread tests 2022-08-26 21:38:56 -04:00