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:
Jiang Jiang Jian
2018-10-30 15:53:31 +08:00
5 changed files with 22 additions and 18 deletions

View File

@@ -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