Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-02-01 | update deflate library | Daniel Friesel | -0/+4 |
2021-01-28 | add kconfig variables for inflate lib | Daniel Friesel | -6/+11 |
2021-01-24 | deflatetest benchmark: support avr-size | Daniel Friesel | -6/+22 |
2021-01-24 | deflatetest: add benchmark script | Daniel Friesel | -8/+80 |
2021-01-24 | deflatetest: Move data to separate file; add deflate helper | Daniel Friesel | -28/+45 |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -8/+5 |
2021-01-21 | deflate: return number of bytes written to output | Daniel Friesel | -1/+1 |
2021-01-21 | rename udeflate to deflate | Daniel Friesel | -9/+4 |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -351/+10 |
2021-01-19 | add naive adler32 checksum verification | Daniel Friesel | -10/+57 |
2021-01-18 | deflatetest: add static huffman support | Daniel Friesel | -5/+54 |
2021-01-18 | type 2 is working \o/ | Daniel Friesel | -17/+60 |
2021-01-17 | add deflatetest (wip) | Daniel Friesel | -0/+290 |