Skip to content

Commit 3de204d

Browse files
authored
Merge branch 'apache:master' into master
2 parents 069846d + ec04ef9 commit 3de204d

150 files changed

Lines changed: 1244 additions & 1436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit-rust-1/esp32c3-devkit-rust-1.png renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit-rust-1/esp32c3-devkit-rust-1.png

File renamed without changes.

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit-rust-1/index.rst renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit-rust-1/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=====================
2-
ESP32C3 DevKit RUST-1
3-
=====================
1+
==============================
2+
ESP32C3 DevKit RUST-1 (Legacy)
3+
==============================
44

55
.. tags:: arch:riscv, vendor:espressif
66

@@ -67,7 +67,7 @@ To configure NuttX for this board, you can use the following command:
6767

6868
.. code:: console
6969
70-
$ ./tools/configure.sh esp32c3-devkit-rust-1:<config>
70+
$ ./tools/configure.sh esp32c3-legacy-devkit-rust-1:<config>
7171
7272
Where ``<config>`` is one of the configurations listed below.
7373

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit/ESP32-C3-DevKitC-02-v1.1.png renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit/ESP32-C3-DevKitC-02-v1.1.png

File renamed without changes.

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit/ESP32-C3-DevKitM-1-v1.0.png renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit/ESP32-C3-DevKitM-1-v1.0.png

File renamed without changes.

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit/ROMFS.txt renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit/ROMFS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ README
6868
directory structure. You can directly modify files under etc/ folder,
6969
The build system will regenerate nsh_romfsimg.h automatically.
7070

71-
See the esp32c3-devkit/nsh configuration for an example of the use of this file
71+
See the esp32c3-legacy-devkit/nsh configuration for an example of the use of this file
7272
system.
7373

7474
Replacing the Password File
7575
---------------------------
76-
The esp32c3-devkit/nsh configuration can also be used to create a new password file.
76+
The esp32c3-legacy-devkit/nsh configuration can also be used to create a new password file.
7777
First, make these configuration changes:
7878

7979
1. Disable logins

Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-devkit/index.rst renamed to Documentation/platforms/risc-v/esp32c3-legacy/boards/esp32c3-legacy-devkit/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============
2-
ESP32-C3 DevKit
3-
===============
1+
========================
2+
ESP32-C3 DevKit (Legacy)
3+
========================
44

55
The ESP32-C3 DevKit is an entry-level development board equipped with either
66
an ESP32-C3-WROOM-02 or an ESP32-C3-MINI-1.
@@ -47,7 +47,7 @@ Configurations
4747

4848
All of the configurations presented below can be tested by running the following commands::
4949

50-
$ ./tools/configure.sh esp32c3-devkit:<config_name>
50+
$ ./tools/configure.sh esp32c3-legacy-devkit:<config_name>
5151
$ make flash ESPTOOL_PORT=/dev/ttyUSB0 -j
5252

5353
Where <config_name> is the name of board configuration you want to use, i.e.: nsh, buttons, wifi...

Documentation/platforms/risc-v/esp32c3-legacy/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ First make sure that ``esptool.py`` is installed. This tool is used to convert
9292
the ELF to a compatible ESP32 image and to flash the image into the board.
9393
It can be installed with: ``pip install esptool==4.8.dev4``.
9494

95-
Configure the NuttX project: ``./tools/configure.sh esp32c3-devkit:nsh``
95+
Configure the NuttX project: ``./tools/configure.sh esp32c3-legacy-devkit:nsh``
9696
Run ``make`` to build the project. Note that the conversion mentioned above is
9797
included in the build process.
9898
The ``esptool.py`` command to flash all the binaries is::

Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/ESP32-C3-DevKitC-02-v1.1.png renamed to Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/ESP32-C3-DevKitC-02-v1.1.png

File renamed without changes.

Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/ESP32-C3-DevKitM-1-v1.0.png renamed to Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/ESP32-C3-DevKitM-1-v1.0.png

File renamed without changes.

Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst renamed to Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Configurations
4747

4848
All of the configurations presented below can be tested by running the following commands::
4949

50-
$ ./tools/configure.sh esp32c3-generic:<config_name>
50+
$ ./tools/configure.sh esp32c3-devkit:<config_name>
5151
$ make flash ESPTOOL_PORT=/dev/ttyUSB0 -j
5252

5353
Where <config_name> is the name of board configuration you want to use, i.e.: nsh, buttons, wifi...

0 commit comments

Comments
 (0)