zephyr/arch/nios2/core
Andrew Boie 8a8a2928e5 nios2: implement fiberRtnValueSet()
The return value of _Swap() is often treated as a "don't care" value and thus
often ignored. However, there are cases when it is desirable to have a
meaningful return value. This meaningful value can be assigned via
fiberRtnValueSet(). To that end, a new field has been added to the coop
register struct to store this value for when _Swap() needs to return that
meaningful value.

Change-Id: Ic4967fa7d602850c09ebde18e8bfd4c97cda9ec8
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-29 00:08:07 +00:00
..
offsets nios2: implement fiberRtnValueSet() 2016-06-29 00:08:07 +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
exception.S nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
fatal.c nios2: add base exception handling code 2016-06-22 16:42:20 +00:00
irq_manage.c nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
irq_offload.c nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
Makefile nios2: add static interrupt handling code 2016-06-22 16:42:21 +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
sw_isr_table.S nios2: add static interrupt handling code 2016-06-22 16:42:21 +00:00
swap.S nios2: implement fiberRtnValueSet() 2016-06-29 00:08:07 +00:00
thread.c nios2: implement _Swap() and _new_thread() 2016-06-22 16:42:18 +00:00