You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/16 20:37:12 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6458: esp32s3: Add documentation to ESP32-S3 boards

gustavonihei commented on code in PR #6458:
URL: https://github.com/apache/incubator-nuttx/pull/6458#discussion_r899502124


##########
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst:
##########
@@ -0,0 +1,58 @@
+==============
+ESP32S3-DevKit
+==============
+
+The `ESP32S3 DevKit <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html>`_ is a development board for the ESP32-S3 SoC from Espressif, based on a ESP32-S3-WROOM-1 module.
+
+.. list-table::
+   :align: center
+
+   * - .. figure:: esp32-s3-devkitc-1.png
+          :align: center
+
+Features
+========
+
+  - ESP32-S3-WROOM-1 Module
+  - USB-to-UART bridge via micro USB port
+  - Power LED
+  - EN and BOOT buttons (BOOT accessible to user)
+  - SPI FLASH (size varies according to model
+
+Serial Console
+==============
+
+UART0 is, by default, the serial console.  It connects to the on-board
+CP2102 converter and is available on the USB connector USB CON8 (J1).
+
+It will show up as /dev/ttypUSB[n] where [n] will probably be 0 (is it 1

Review Comment:
   ```suggestion
   It will show up as /dev/ttyUSB[n] where [n] will probably be 0 (is it 1
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org