esp_usb_jtag: added reference to esp32s3-jtag repository
This commit is contained in:
parent
b7967cf71a
commit
6c0c38d0cc
|
|
@ -3,6 +3,10 @@
|
||||||
* Copyright (C) 2024 EMARD
|
* 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!
|
Holy Crap, it's protocol documentation, and it's even vendor-provided!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,10 @@
|
||||||
* Copyright (C) 2024 EMARD
|
* Copyright (C) 2024 EMARD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* To prepare the cable see:
|
||||||
|
* https://github.com/emard/esp32s3-jtag
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef SRC_ESPUSBJTAG_HPP_
|
#ifndef SRC_ESPUSBJTAG_HPP_
|
||||||
#define SRC_ESPUSBJTAG_HPP_
|
#define SRC_ESPUSBJTAG_HPP_
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue