mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a38cecefa7
Fix Dport access in interrupts Dport accesses would re-enable interrupts unconditionally, breaking things when called in an ISR. This saves and restores the interrupt status, fixing this. This fixes a crash in the SPI slave driver, and possibly other things. See merge request !772