mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
801b87b48a
esp32: initialize cross-core interrupt in single core mode The software interrupt originally used as the cross-core interrupt is now also used to yield from a FreeRTOS critical section; therefore it must be initialized for single core mode as well. Fixes https://github.com/espressif/esp-idf/issues/496 See merge request !640