This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from b10c895 arch/Kconfig: Don't depend on Xtensa for the SUPPRESS_CLOCK_CONFIG option. This config was probably added in the early bring up of the ESP32 chip. At that point the clock config was suppressed and we relied on the bootloader. Now we can configure the clock from NuttX. add b98676f esp32(s3)_cpustart.c: Don't reset app CPU if it was already configured by OpenOCD. add 5085f85 esp32(s3)_start.c: In SMP mode, don't disable APP CPU at startup. It starts in a disabled state and if OpenOCD is used this will clear OpenOCD configuration. No new revisions were added by this update. Summary of changes: arch/xtensa/src/esp32/esp32_cpustart.c | 38 ++++++++++++++--------- arch/xtensa/src/esp32/esp32_start.c | 5 ++- arch/xtensa/src/esp32s3/esp32s3_cpustart.c | 49 +++++++++++++++++------------- arch/xtensa/src/esp32s3/esp32s3_start.c | 4 +++ 4 files changed, 59 insertions(+), 37 deletions(-)