Waits for all previously fetched WSR and XSR instructions to be performed before interpreting the register fields of the next

instruction

delete logs about livelock
This commit is contained in:
baohongde
2020-07-31 21:07:34 +08:00
committed by maojianxin
parent 73153d9bf6
commit 1f152b5146
3 changed files with 3 additions and 24 deletions

View File

@@ -253,11 +253,6 @@ void IRAM_ATTR call_start_cpu0()
fail initializing it properly. */
heap_caps_init();
for (int i = 0; i < 64; i++) {
ets_printf(((i+1)%8) ? DRAM_STR("%08x ") : DRAM_STR("%08x\n"), *(((volatile uint32_t *)SOC_RTC_DATA_LOW) + i));
*(((volatile uint32_t *)SOC_RTC_DATA_LOW) + i) = 0;
}
ESP_EARLY_LOGI(TAG, "Pro cpu start user code");
start_cpu0();
}