mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Add fpga-xc3s100e and icopyx support
This commit is contained in:
parent
d56d8f0f65
commit
e79fb92074
106 changed files with 4213 additions and 85 deletions
|
@ -43,7 +43,11 @@
|
|||
#define GPIO_BUTTON AT91C_PIO_PA23
|
||||
#define GPIO_USB_PU AT91C_PIO_PA24
|
||||
#define GPIO_RELAY AT91C_PIO_PA25
|
||||
#define GPIO_FPGA_ON AT91C_PIO_PA26
|
||||
#if defined XC3
|
||||
#define GPIO_FPGA_SWITCH AT91C_PIO_PA26
|
||||
#else
|
||||
#define GPIO_FPGA_ON AT91C_PIO_PA26
|
||||
#endif
|
||||
#define GPIO_FPGA_DONE AT91C_PIO_PA27
|
||||
#define GPIO_FPGA_NPROGRAM AT91C_PIO_PA28
|
||||
#define GPIO_FPGA_CCLK AT91C_PIO_PA29
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue