Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
10.88k
stars
6.63k
forks
source link
nios2: implement thread/fiber abort routines if necessary #1831
Closed
zephyrbot closed 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)