We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b008a0 commit a8d5247Copy full SHA for a8d5247
src/anlogicCable.cpp
@@ -27,6 +27,14 @@ using namespace std;
27
28
#define ANLOGICCABLE_FREQ_CMD 0x01
29
30
+/* Pinout:
31
+ * PA0 - JTAG TDO
32
+ * PA1 - JTAG TMS
33
+ * PA2 - JTAG TDI
34
+ * PA3 - JTAG TCK
35
+ * ref: https://github.com/AnlogicInfo/anlogic-usbjtag
36
+/
37
+
38
enum analogicCablePin {
39
ANLOGICCABLE_TCK_PIN = (1 << 2),
40
ANLOGICCABLE_TDI_PIN = (1 << 1),
0 commit comments