A new arch (posix) which relies on pthreads to emulate the context switching A new soc for it (inf_clock) which emulates a CPU running at an infinely high clock (so when the CPU is awaken it runs till completion in 0 time) A new board, which provides a trivial system tick timer and irq generation. Origin: Original Fixes #1891 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
5 lines
103 B
CMake
5 lines
103 B
CMake
zephyr_library()
|
|
zephyr_library_compile_definitions(_POSIX_CHEATS_H)
|
|
zephyr_library_sources(
|
|
soc.c
|
|
)
|