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:
pwpiwi 2015-04-26 10:49:03 +02:00
commit f39198789b
14 changed files with 3759 additions and 1057 deletions

View file

@ -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)