release memory not used in single core mode

1. do not start ipc task in single core mode
2. do not use APP cpu cache memory in single core mode
3. relase data used in rom by APP cpu
This commit is contained in:
Jack
2018-07-09 17:15:22 +08:00
committed by Ivan Grokhotkov
parent 96cd3b75cd
commit 2efd6859ed
2 changed files with 6 additions and 2 deletions

View File

@@ -350,8 +350,8 @@ void start_cpu0_default(void)
#endif
esp_cache_err_int_init();
esp_crosscore_int_init();
esp_ipc_init();
#ifndef CONFIG_FREERTOS_UNICORE
esp_ipc_init();
esp_dport_access_int_init();
#endif
spi_flash_init();