mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
Merge branch 'bugfix/release_some_memory_on_single_core_mode' into 'master'
release memory not used in single core mode See merge request idf/esp-idf!2733
This commit is contained in:
@@ -361,7 +361,6 @@ void start_cpu0_default(void)
|
||||
#endif
|
||||
esp_cache_err_int_init();
|
||||
esp_crosscore_int_init();
|
||||
esp_ipc_init();
|
||||
#ifndef CONFIG_FREERTOS_UNICORE
|
||||
esp_dport_access_int_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user