|
From: openocd-gerrit <ope...@us...> - 2023-07-14 16:52:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 2c57d11c78108c6547f31ca07f1ff672fa855f10 (commit)
from 1107af09f1179241224ff0045441caaeeec70b13 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c57d11c78108c6547f31ca07f1ff672fa855f10
Author: Erhan Kurubas <erh...@es...>
Date: Sun Jun 18 13:05:35 2023 +0200
tcl/board: add esp32s3-builtin.cfg file
Board config file for ESP32-S3, to allow communication with
the builtin USB-JTAG adapter.
Signed-off-by: Erhan Kurubas <erh...@es...>
Change-Id: I1310f5db30f7df38fe9344f7ba2334611b53863e
Reviewed-on: https://review.openocd.org/c/openocd/+/7749
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/tcl/board/esp32s3-builtin.cfg b/tcl/board/esp32s3-builtin.cfg
new file mode 100644
index 000000000..353099c98
--- /dev/null
+++ b/tcl/board/esp32s3-builtin.cfg
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Example OpenOCD configuration file for ESP32-S3 connected via builtin USB-JTAG adapter.
+#
+# For example, OpenOCD can be started for ESP32-S3 debugging on
+#
+# openocd -f board/esp32s3-builtin.cfg
+#
+
+# Source the JTAG interface configuration file
+source [find interface/esp_usb_jtag.cfg]
+# Source the ESP32-S3 configuration file
+source [find target/esp32s3.cfg]
+
+adapter speed 40000
-----------------------------------------------------------------------
Summary of changes:
tcl/board/{esp32s3-bridge.cfg => esp32s3-builtin.cfg} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
copy tcl/board/{esp32s3-bridge.cfg => esp32s3-builtin.cfg} (62%)
hooks/post-receive
--
Main OpenOCD repository
|