mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
anlogicCable: added pinout + link
This commit is contained in:
@@ -27,6 +27,14 @@ using namespace std;
|
||||
|
||||
#define ANLOGICCABLE_FREQ_CMD 0x01
|
||||
|
||||
/* Pinout:
|
||||
* PA0 - JTAG TDO
|
||||
* PA1 - JTAG TMS
|
||||
* PA2 - JTAG TDI
|
||||
* PA3 - JTAG TCK
|
||||
* ref: https://github.com/AnlogicInfo/anlogic-usbjtag
|
||||
/
|
||||
|
||||
enum analogicCablePin {
|
||||
ANLOGICCABLE_TCK_PIN = (1 << 2),
|
||||
ANLOGICCABLE_TDI_PIN = (1 << 1),
|
||||
|
||||
Reference in New Issue
Block a user