mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
Merge branch 'fix/xtensa_nmi' into 'master'
fix(esp_hw_support): make the NMI interrupts available for the main application Closes IDF-1891 and IDFGH-12631 See merge request espressif/esp-idf!32767
This commit is contained in:
@@ -119,3 +119,5 @@ This will ensure the linker to always includes the file defining ``ld_include_my
|
||||
- In theory, medium priority interrupts could also be handled in this way. ESP-IDF does not support this yet.
|
||||
|
||||
- To check Xtensa instruction set architecture (ISA), please refer to `Xtensa ISA Summary <https://www.cadence.com/content/dam/cadence-www/global/en_US/documents/tools/ip/tensilica-ip/isa-summary.pdf>`_.
|
||||
|
||||
See :example:`system/nmi_isr` for an example of how to implement a custom NMI handler on Xtensa-based targets.
|
||||
|
Reference in New Issue
Block a user