esp_usb_jtag: added reference to esp32s3-jtag repository

This commit is contained in:
Gwenhael Goavec-Merou 2025-04-20 12:47:28 +02:00
parent b7967cf71a
commit 6c0c38d0cc
2 changed files with 8 additions and 0 deletions

View File

@ -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!

View File

@ -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_