mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00: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