zephyr/arch/nios2/core
Andrew Boie 1487c6d66e nios2: implement _Swap() and _new_thread()
With this code we can successfully boot and context switch into
the main thread. Nanokernel hello_world has the expected
"Hello World!" string in the RAM console.

Change-Id: I56335d992f5a7cbb12d9e4c02d1cc23ea28ae6ef
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-22 16:42:18 +00:00
..
offsets nios2: implement _Swap() and _new_thread() 2016-06-22 16:42:18 +00:00
cpu_idle.c nios2: implement nano_cpu_idle and nano_cpu_atomic_idle 2016-06-10 15:22:41 +00:00
crt0.S nios2: crt0: fix GDB debugging 2016-06-22 01:31:12 +00:00
fatal.c nios2: fatal: add _SysFatalErrorHandler and _Fault stub 2016-05-09 18:09:27 +00:00
irq_manage.c nios2: implement irq_enable() and irq_disable() 2016-06-10 15:22:41 +00:00
irq_offload.c nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
Makefile nios2: add minimal crt0.S 2016-05-09 18:09:26 +00:00
prep_c.c nios2: add prep_c to zero BSS and copy XIP data 2016-05-03 23:18:46 +00:00
reset.S nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
swap.S nios2: implement _Swap() and _new_thread() 2016-06-22 16:42:18 +00:00
thread.c nios2: implement _Swap() and _new_thread() 2016-06-22 16:42:18 +00:00