mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
NOP instructions have been added in order to prevent the code from executing code it shouldn't execute. This is due to a delay between the moment an interrupt is requested and the moment it is fired. It only happens on RISC-V SoC.