mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Merge pull request #2299 from francesco-scar/led_order_proxmark3_easy
Added led order parameter (for Proxmark3 Easy board)
This commit is contained in:
commit
547ffdef6b
4 changed files with 28 additions and 1 deletions
|
@ -108,11 +108,17 @@ else ifeq ($(PLATFORM),PM3OTHER)
|
|||
FPGA_BITSTREAMS = fpga_pm3_lf.bit fpga_pm3_hf.bit fpga_pm3_felica.bit fpga_pm3_hf_15.bit
|
||||
PLTNAME = Proxmark3 generic target
|
||||
PLATFORM_FPGA = xc2s30
|
||||
ifeq ($(LED_ORDER),PM3EASY)
|
||||
PLATFORM_DEFS = -DLED_ORDER_PM3EASY
|
||||
endif
|
||||
else ifeq ($(PLATFORM),PM3GENERIC)
|
||||
# FPGA bitstream files, the order matters!
|
||||
FPGA_BITSTREAMS = fpga_pm3_lf.bit fpga_pm3_hf.bit fpga_pm3_felica.bit fpga_pm3_hf_15.bit
|
||||
PLTNAME = Proxmark3 generic target
|
||||
PLATFORM_FPGA = xc2s30
|
||||
ifeq ($(LED_ORDER),PM3EASY)
|
||||
PLATFORM_DEFS = -DLED_ORDER_PM3EASY
|
||||
endif
|
||||
else ifeq ($(PLATFORM),PM3ICOPYX)
|
||||
# FPGA bitstream files, the order matters - 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue