zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.88k stars 6.63k forks source link

nios2: implement thread/fiber abort routines if necessary #1831

Closed zephyrbot closed 8 years ago

zephyrbot commented 8 years ago

Reported by Andrew Boie:

Some architectures may need special handling for terminating threads or fibers. Determine whether this is needed for Nios II, implement if necessary and enable CONFIG_ARCH_HAS_TASK_ABORT and/or CONFIG_ARCH_HAS_NANO_FIBER_ABORT. See https://nexus.zephyrproject.org/content/sites/site/org.zephyrproject.zephyr/latest/porting/arch.html#thread-creation-and-termination

(Imported from Jira ZEP-268)

zephyrbot commented 8 years ago

by Andrew Boie:

As far as I can tell this isn't necessary on Nios II. Will re-visit if needed.