DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Terminology: The concepts discussed in this Wiki are not unique to NuttX. Other RTOS have similar concepts but will use different terminology. The Nucleus RTOS, for example use the terms Native and Managed interrupts.
...
With the ARMv7_M architecture, the PendSV interrupt can be generated with:
| Code Block |
|---|
up_trigger_irq(NVIC_IRQ_PENDSV);
|
...