Commit graph

36 commits

Author SHA1 Message Date
iceman1001 bc46696dc4 unify license text 2022-03-20 09:31:53 +01:00
Philippe Teuwen 87ac62a869 fix some CodeQL warnings 2022-02-15 15:56:14 +01:00
iceman1001 7c7dfa7d39 cppcheck fix 2022-01-08 15:05:03 +01:00
Philippe Teuwen e79fb92074 Add fpga-xc3s100e and icopyx support 2021-08-21 23:45:46 +02:00
iceman1001 70709ca0ed fix coverity CID 349306 - resource leak 2021-06-20 11:13:49 +02:00
merlokk c5f24a24a4 make style and small fix 2021-06-17 13:44:14 +03:00
Philippe Teuwen 0059cec493 fpga_compress decompress: truncate output files 2021-06-15 10:15:51 +02:00
Philippe Teuwen 339fd909c6 fpga_compress: allow decompression routine to deinterleave output in multiple files 2021-06-07 22:40:42 +02:00
Philippe Teuwen 4c44138557 make style 2021-05-30 14:29:05 +02:00
iceman1001 436fedcbe4 fix coverity CID 344485, 344482, 344481 2021-05-20 10:11:41 +02:00
iceman1001 16c43bea2d fix coverity CID 322671, 322668, and time now is zero padded 2021-05-19 10:13:37 +02:00
Philippe Teuwen 79bf006419 Makefile: remove ROOT_DIR 2021-04-18 18:52:48 +02:00
iceman1001 31df889f97 cppchecker fix - format string 2021-01-28 12:42:32 +01:00
Philippe Teuwen 042342dc8f fpga_compress: fix mem leak 2020-10-06 16:57:04 +02:00
Philippe Teuwen 4ed57c7c4d make style 2020-08-13 12:25:04 +02:00
iceman1001 0d4c537ede version info for FeliCa fpga image 2020-07-08 11:05:04 +02:00
Philippe Teuwen 224cb2ffd7 make style 2020-06-08 03:15:10 +02:00
Philippe Teuwen fa0b658436 Remove zlib entirely, no need for fpga_compress anymore to compress hardnested tables, now to be compressed with bzip2 2020-06-08 02:50:43 +02:00
iceman1001 1bb7b041c0 resource leaks 2020-06-07 20:45:55 +02:00
iceman1001 5c43caa6b1 fix: ftell uses long int 2020-06-07 19:36:48 +02:00
iceman1001 9a2a5496c0 fix, resource leaks 2020-06-07 19:33:32 +02:00
Philippe Teuwen ef6b775f9f lz4/fpga_compress: avoid alignment problems
fpga_compress.c:176:32: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
        const int cmp_bytes = *(int*)(compressed_fpga_stream.next_in);
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-06-07 13:10:59 +02:00
Philippe Teuwen df9f34ba2b lz4/fpga_compress: remove warning missing-braces
fpga_compress.c:154:49: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
    LZ4_streamDecode_t lz4StreamDecode_body = { 0 };
                                                ^
                                                {}
2020-06-07 13:02:51 +02:00
slurdge cb03286420 fpga_compress uses lz4 2020-06-03 16:07:35 +02:00
Philippe Teuwen cb8d589fc4 armsrc: clarify static vars vs global vars, part 3 2020-05-19 18:12:40 +02:00
iceman1001 8a3f2d03ac style 2020-03-09 16:54:42 +01:00
iceman1001 bc3f0c4da8 fix: #555 fpga_compress missing tarbin directive 2020-02-12 09:52:23 +01:00
Philippe Teuwen 5ef4d6dbbb fpga_compress: no previous prototype warning 2019-10-26 18:32:38 +02:00
Philippe Teuwen c6220dc7be fpga_compress: unused parameter warning 2019-10-26 18:32:17 +02:00
Philippe Teuwen a5001de76c less magic trick in fpga_compress for coverity 2019-10-05 19:10:40 +02:00
Philippe Teuwen 16a7cfd7b2 make style (excepted cmdhficlass...) 2019-08-26 22:28:39 +02:00
Philippe Teuwen 6ebae499aa rework fpga_compress & isolate zlib: use Makefile.host 2019-08-19 21:50:16 +03:00
root 7fc5fe6dd5 chg: unifed the dateformat 2019-08-18 17:43:54 +02:00
Philippe Teuwen 0ab23426d6 OSX workaround to get universal pm3 homebrew formula still working 2019-08-11 22:52:11 +02:00
Philippe Teuwen 47bcee05ad Missing platform in fpga_compress Makefile 2019-08-11 22:30:04 +02:00
Philippe Teuwen 80b4e81130 Fix fpga_compress race condition and isolate it in tools 2019-08-11 21:42:01 +02:00