From d62dca069680c7575c4d010aef08c0cb8a42cc43 Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Fri, 26 Apr 2024 11:13:20 +0300 Subject: [PATCH] esp32[c3|c6]: Fix chipname on docs --- Documentation/platforms/risc-v/esp32c3/index.rst | 2 +- Documentation/platforms/risc-v/esp32c6/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/risc-v/esp32c3/index.rst b/Documentation/platforms/risc-v/esp32c3/index.rst index 56821123bc..d970bbf8fa 100644 --- a/Documentation/platforms/risc-v/esp32c3/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/index.rst @@ -73,7 +73,7 @@ You can edit your shell's rc files if you don't use bash. Second stage bootloader ======================= -Nuttx can boot the ESP32-H2 directly using the so-called "Simple Boot". +Nuttx can boot the ESP32-C3 directly using the so-called "Simple Boot". An externally-built 2nd stage bootloader is not required in this case as all functions required to boot the device are built within Nuttx. Simple boot does not require any specific configuration (it is selectable by default if no other diff --git a/Documentation/platforms/risc-v/esp32c6/index.rst b/Documentation/platforms/risc-v/esp32c6/index.rst index 6e2b38dc9e..49d008b25e 100644 --- a/Documentation/platforms/risc-v/esp32c6/index.rst +++ b/Documentation/platforms/risc-v/esp32c6/index.rst @@ -71,7 +71,7 @@ You can edit your shell's rc files if you don't use bash. Second stage bootloader ======================= -Nuttx can boot the ESP32-H2 directly using the so-called "Simple Boot". +Nuttx can boot the ESP32-C6 directly using the so-called "Simple Boot". An externally-built 2nd stage bootloader is not required in this case as all functions required to boot the device are built within Nuttx. Simple boot does not require any specific configuration (it is selectable by default if no other