mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: FPGA config for ICOPYX
This commit is contained in:
parent
cad92c4a05
commit
9dd5b66c0a
3 changed files with 4 additions and 10 deletions
|
@ -148,8 +148,8 @@ else ifeq ($(PLATFORM),PM3GENERIC)
|
|||
PLATFORM_DEFS = -DLED_ORDER_PM3EASY
|
||||
endif
|
||||
else ifeq ($(PLATFORM),PM3ICOPYX)
|
||||
# FPGA bitstream files, the order doesn't matter anymore - only hf has a bitstream, the other 3 files are 0 bytes
|
||||
FPGA_BITSTREAMS = fpga_icopyx_lf.bit fpga_icopyx_hf.bit fpga_icopyx_felica.bit fpga_icopyx_hf_15.bit
|
||||
# FPGA bitstream files, the order doesn't matter anymore - only hf has a bitstream
|
||||
FPGA_BITSTREAMS = fpga_icopyx_hf.bit
|
||||
PLATFORM_DEFS = -DWITH_FLASH -DICOPYX -DXC3
|
||||
PLTNAME = iCopy-X with XC3S100E
|
||||
PLATFORM_FPGA = xc3s100e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue