From 6c0c38d0ccd05cf4fec0609fcebae79312de7046 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 20 Apr 2025 12:47:28 +0200 Subject: [PATCH] esp_usb_jtag: added reference to esp32s3-jtag repository --- src/esp_usb_jtag.cpp | 4 ++++ src/esp_usb_jtag.hpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/esp_usb_jtag.cpp b/src/esp_usb_jtag.cpp index 14769df..4c936d0 100644 --- a/src/esp_usb_jtag.cpp +++ b/src/esp_usb_jtag.cpp @@ -3,6 +3,10 @@ * Copyright (C) 2024 EMARD */ +/* To prepare the cable see: + * https://github.com/emard/esp32s3-jtag + */ + /* Holy Crap, it's protocol documentation, and it's even vendor-provided! diff --git a/src/esp_usb_jtag.hpp b/src/esp_usb_jtag.hpp index 8d1da38..5197913 100644 --- a/src/esp_usb_jtag.hpp +++ b/src/esp_usb_jtag.hpp @@ -3,6 +3,10 @@ * Copyright (C) 2024 EMARD */ +/* To prepare the cable see: + * https://github.com/emard/esp32s3-jtag + */ + #ifndef SRC_ESPUSBJTAG_HPP_ #define SRC_ESPUSBJTAG_HPP_