You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/03/30 08:59:12 UTC

[incubator-nuttx] branch master updated: esp32: README: Add FT232HL jumper settings and pin outs

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d78be8  esp32: README: Add FT232HL jumper settings and pin outs
3d78be8 is described below

commit 3d78be81d2d8298261608150b32c81ebf930b771
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Mar 30 14:15:19 2020 +0900

    esp32: README: Add FT232HL jumper settings and pin outs
---
 boards/xtensa/esp32/esp32-core/README.txt | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32/esp32-core/README.txt b/boards/xtensa/esp32/esp32-core/README.txt
index ba24aab..bfa3b1a 100644
--- a/boards/xtensa/esp32/esp32-core/README.txt
+++ b/boards/xtensa/esp32/esp32-core/README.txt
@@ -298,10 +298,24 @@ OpenOCD for the ESP32
 
       https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html
 
-    - Akizukidenshi's FT232H based JTAG adapter
+    - Akizukidenshi's FT232HL, a FT232H based JTAG adapter
 
       http://akizukidenshi.com/catalog/g/gK-06503/
 
+      With JP3 and JP4 closed, and connected to ESP32 as:
+
+        ---------------- -------
+        ESP32-DevKitC V4 FT232HL
+        ---------------- -------
+        J2       J3      J2
+        -------- ------- -------
+        IO13             AD0     (TCK)
+        IO12             AD1     (TDI)
+                 IO15    AD2     (TDO)
+        IO14             AD3     (TMS)
+        GND              GND
+        -------- ------- -------
+
     - The following version of OpenOCD from ESP-IDF (macOS version)
 
       % openocd --version