Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo fix

...

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);

...