mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
76e606ab32
There was race condition where interrupt entries set by APP cpu core could have been cleared during PRO cpu startup. This was causing "cache access error" not being detected for ESP32 APP CPU core. This fix allows to NOT modify or clear any entries set by other core (APP or PRO) and thus avoiding any race conditions during startup code.