Skip to content

Commit

Permalink
Documentation/esp32c3: Document the CDC console defconfig.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
  • Loading branch information
Ouss4 authored and acassis committed Nov 9, 2021
1 parent 044508c commit 00befc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Expand Up @@ -95,3 +95,17 @@ To test it, just run the following command::
nsh> watcher
nsh> watched

usbconsole
==========

This configuration tests the built-in USB-to-serial converter found in ESP32-C3 (revision 3).
`esptool` can be used to check the version of the chip and if this feature is
supported. Running `esptool.py -p <port> chip_id` should have `Chip is
ESP32-C3 (revision 3)` in its output.
When connecting the board a new device should appear, a `/dev/ttyACMX` on Linux
or a `/dev/cu.usbmodemXXX` om macOS.
This can be used to flash and monitor the device with the usual commands::

make download ESPTOOL_PORT=/dev/ttyACM0
minicom -D /dev/ttyACM0

7 changes: 4 additions & 3 deletions Documentation/platforms/risc-v/esp32c3/index.rst
Expand Up @@ -101,9 +101,9 @@ Peripheral Support

The following list indicates the state of peripherals' support in NuttX:

========== ======= =====
Peripheral Support NOTES
========== ======= =====
=========== ======= =====
Peripheral Support NOTES
=========== ======= =====
GPIO Yes
UART Yes
SPI Yes
Expand All @@ -122,6 +122,7 @@ Bluetooth Yes
LED_PWM Yes
SHA Yes
RSA Yes
CDC Console Yes Rev.3
========== ======= =====

Supported Boards
Expand Down

0 comments on commit 00befc4

Please sign in to comment.