blob: ee3219059af90c28b5a28df84a9136f9c7b2f830 [file]
.. _module-pw_interrupt_freertos:
---------------------
pw_interrupt_freertos
---------------------
.. pigweed-module::
:name: pw_interrupt_freertos
This module implements a backend for ``pw_interrupt``. It requires a port of
FreeRTOS that defines the ``ullPortInterruptNesting``. Usually, ports for ARM
A-profile processors will have this defined. For Cortex-M processors, use the
``pw_interrupt_cortex_m`` backend.