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 nested interrupts #1933

Closed zephyrbot closed 5 years ago

zephyrbot commented 8 years ago

Reported by Andrew Boie:

Initial implementation of IRQs for internal interrupt controller does not have CONFIG_NESTED_INTERRUPTS implemented. As an application developer, time-sensitive high-priority interrupts need to be serviced in a timely manner.

(Imported from Jira ZEP-376)

ramakrishnapallala commented 5 years ago

Not working on Nios-II MAX10 at present.