mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Updater: Gzip resources dejavu, refactor for CompressStreamDecoder API (#152)
* Add back uzlib * FBT: Support different resources compress methods * Tar: Detect gzip compress type * Tar: Generic compressed stream refactor * Compress: Shared config params * Fix comment * Compress: Scaffolding for gzip implementation * Compress: Handle errors from allocation * Compress: Gzip support implementation * Tar/Compress: Don't rewind if already at stream cursor * Update changelog
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -44,3 +44,6 @@
|
||||
[submodule "documentation/doxygen/doxygen-awesome-css"]
|
||||
path = documentation/doxygen/doxygen-awesome-css
|
||||
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||
[submodule "lib/uzlib"]
|
||||
path = lib/uzlib
|
||||
url = https://github.com/pfalcon/uzlib.git
|
||||
|
||||
Reference in New Issue
Block a user