doc: update document of external memory

This commit is contained in:
TianZhongXing
2018-09-21 14:33:18 +08:00
parent 19a67271ef
commit 01308df8a6
7 changed files with 46 additions and 40 deletions

View File

@@ -158,7 +158,7 @@ void IRAM_ATTR call_start_cpu0()
esp_spiram_init_cache();
if (esp_spiram_init() != ESP_OK) {
#if CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY
ESP_EARLY_LOGE(TAG, "Failed to init external RAM and place some block started symbol in it");
ESP_EARLY_LOGE(TAG, "Failed to init external RAM, needed for external .bss segment");
abort();
#endif