You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by sa...@apache.org on 2021/07/26 21:18:07 UTC

[incubator-nuttx] 02/05: Documentation/esp32: WDT reboot from the 2nd stage bootloader is now handled by NuttX startup code, so remove any mentions to that.

This is an automated email from the ASF dual-hosted git repository.

sara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 28b1e35a33d993c2fcd7aff9d548cb1fc404d07d
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Mon Jul 26 21:22:00 2021 +0200

    Documentation/esp32: WDT reboot from the 2nd stage bootloader is now
    handled by NuttX startup code, so remove any mentions to that.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 Documentation/platforms/xtensa/esp32/index.rst | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst
index 6bec46e..3ce15c3 100644
--- a/Documentation/platforms/xtensa/esp32/index.rst
+++ b/Documentation/platforms/xtensa/esp32/index.rst
@@ -580,11 +580,6 @@ See:
   - https://github.com/espressif/esp-idf/tree/master/components/bootloader
   - https://github.com/espressif/esp-idf/tree/master/components/partition_table .
 
-The secondary boot loader by default programs a RTC watchdog timer.
-As NuttX doesn't know the timer, it reboots every ~9 seconds. You can
-disable the timer by tweaking sdkconfig CONFIG_BOOTLOADER_WDT_ENABLE
-and rebuild the boot loader.
-
 Running from IRAM with OpenOCD
 ------------------------------