esp32[c3|c6]: Fix chipname on docs

This commit is contained in:
Eren Terzioglu 2024-04-26 11:13:20 +03:00 committed by Xiang Xiao
parent bd895222eb
commit d62dca0696
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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