]> git.zerfleddert.de Git - proxmark3-svn/commit - armsrc/fpgaloader.c
Finish support for compressed FPGA images in fpgaloader.c
authorpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 21 Apr 2015 19:34:33 +0000 (21:34 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 26 May 2015 06:31:24 +0000 (08:31 +0200)
commit25056d8b470d9e4b71c9205faf617e4b3f80df33
tree5332a188b533bba0ab96210f760b8e6b46185063
parentadd4d470469b74bb2495431a7963e39eb80d17ab
Finish support for compressed FPGA images in fpgaloader.c
- move zlib source files to separate directory zlib
- rename zlib/crc32.[ch] to zlib/z_crc32.[ch]
29 files changed:
armsrc/Makefile
armsrc/adler32.c [deleted file]
armsrc/fpgaloader.c
armsrc/inffast.c [deleted file]
armsrc/inffast.h [deleted file]
armsrc/inffixed.h [deleted file]
armsrc/inflate.c [deleted file]
armsrc/inflate.h [deleted file]
armsrc/inftrees.c [deleted file]
armsrc/inftrees.h [deleted file]
armsrc/zconf.h [deleted file]
armsrc/zlib.h [deleted file]
armsrc/zutil.c [deleted file]
armsrc/zutil.h [deleted file]
common/Makefile.common
zlib/adler32.c [new file with mode: 0644]
zlib/inffast.c [new file with mode: 0644]
zlib/inffast.h [new file with mode: 0644]
zlib/inffixed.h [new file with mode: 0644]
zlib/inflate.c [new file with mode: 0644]
zlib/inflate.h [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/z_crc32.c [new file with mode: 0644]
zlib/z_crc32.h [new file with mode: 0644]
zlib/zconf.h [new file with mode: 0644]
zlib/zlib.h [new file with mode: 0644]
zlib/zutil.c [new file with mode: 0644]
zlib/zutil.h [new file with mode: 0644]
Impressum, Datenschutz