mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
842bc53549
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