2020-04-17 04:44 AM
Hi all, I just want to decompress a .zip/.7z file store on external flash. Could some one tell me some sort of library work with STM MCUs meet my requirement?
Thanks in advance.
Solved! Go to Solution.
2020-04-17 05:18 AM
Something that does everything might be quite large.
For Deflate algorithm there is inflate.c
Might want to look at ZLIB or gzip.
2020-04-17 05:18 AM
Something that does everything might be quite large.
For Deflate algorithm there is inflate.c
Might want to look at ZLIB or gzip.