mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00

Fix dualcore startup This MR includes: - a workaround for a hardware bug with cache initialization - fix of `#if CONFIG_WIFI_ENABLED` block in cpu_start.c for the case when WiFi is disabled. - removal of miscellaneous delays in cpu_start.c See merge request !22