zephyr/include/arch
Alberto Escolar Piedras 76f7644118 arch: native: Run Zephyr natively in a POSIX OS
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>
2017-12-27 14:16:08 -05:00
..
arc arch: arc: fix the comments and coding style 2017-12-13 12:05:33 -05:00
arm arm: define _image_rodata_start/end 2017-11-28 12:29:13 -05:00
nios2 nios2: asm_inline_gcc: fix includes 2017-11-02 13:25:01 -07:00
posix arch: native: Run Zephyr natively in a POSIX OS 2017-12-27 14:16:08 -05:00
riscv32 k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
x86 kernel: mem_domain: Add an arch interface to configure memory domain 2017-12-21 11:52:27 -08:00
xtensa k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
cpu.h arch: native: Run Zephyr natively in a POSIX OS 2017-12-27 14:16:08 -05:00