mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
replaced gzip with an own compressor tool (fpga_compress.c, based on zlib)
This allows to remove the gzip header support and the z_crc32.[ch] files (which saves more than 2KBytes of the ARM's flash memory)
This commit is contained in:
parent
25056d8b47
commit
f39198789b
14 changed files with 3759 additions and 1057 deletions
|
@ -63,7 +63,7 @@ endif
|
|||
|
||||
|
||||
# Also search prerequisites in the common directory (for usb.c), the fpga directory (for fpga.bit), and the zlib directory
|
||||
VPATH = . ../common/ ../fpga/ ../zlib/
|
||||
VPATH = . ../common ../fpga ../zlib
|
||||
|
||||
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue