esp-idf/examples/system/nmi_isr/main
Omar Chebib 928859307f fix(esp_hw_support): make the NMI interrupts available for the main application
Closes https://github.com/espressif/esp-idf/issues/13629

NMI interrupt level has been freed for all the Xtensa targets, making it possible
for the main application to use it. An example has been added to show how to
proceed.
2024-08-29 13:55:47 +08:00
..
asm_funcs.S fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00
CMakeLists.txt fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00
example_gpio.h fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00
nmi_isr_main.c fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00