From 404925d93e9196daee5e39617d7b1d1df32969b6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 20 Dec 2016 10:03:48 -0600 Subject: [PATCH] Update README --- configs/esp32-core/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/esp32-core/README.txt b/configs/esp32-core/README.txt index 21181f3c638..3d155479ca3 100644 --- a/configs/esp32-core/README.txt +++ b/configs/esp32-core/README.txt @@ -206,6 +206,15 @@ SMP CONFIG_SMP_NCPUS=2 CONFIG_SMP_IDLETHREAD_STACKSIZE=2048 + Debug Tip: During debug session, OpenOCD may mysteriously switch from one + CPU to another. This behavior can be eliminated by uncommenting one of the + following in scripts/esp32.cfg + + # Only configure the PRO CPU + #set ESP32_ONLYCPU 1 + # Only configure the APP CPU + #set ESP32_ONLYCPU 2 + Open Issues: 1. Currently all device interrupts are handled on the PRO CPU only. Critical