]> git.zerfleddert.de Git - proxmark3-svn/commit - client/fpga_compress.c
replaced gzip with an own compressor tool (fpga_compress.c, based on zlib)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Sun, 26 Apr 2015 08:49:03 +0000 (10:49 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 26 May 2015 06:31:26 +0000 (08:31 +0200)
commitf39198789b82c1dd545743778f9d2633a2af8bd8
tree5aac2a206c51ee575798a1793cb3c78bcaad1efb
parent25056d8b470d9e4b71c9205faf617e4b3f80df33
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)
14 files changed:
.gitignore
Makefile
armsrc/Makefile
armsrc/fpgaloader.c
client/Makefile
client/fpga_compress.c
common/Makefile.common
recovery/Makefile
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/z_crc32.c [deleted file]
zlib/z_crc32.h [deleted file]
Impressum, Datenschutz