mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 14:22:27 +03:00
fcbcb6b5a8
* toolbox: compress: moved decompressor implementation to separate func * toolbox: compress: callback-based api; cli: storage unpack command * toolbox: compress: separate r/w contexts for stream api * targets: f18: sync API * compress: naming fixes & cleanup * toolbox: compress: using hs buffer size for stream buffers * toolbox: tar: heatshrink stream mode * toolbox: compress: docs & small cleanup * toolbox: tar: header support for .hs; updater: now uses .hs for resources; .hs.tar: now rewindable * toolbox: compress: fixed hs stream tail handling * updater: reworked progress for resources cleanup; rebalanced stage weights * updater: single-pass decompression; scripts: print resources compression ratio * updater: fixed warnings * toolbox: tar: doxygen * docs: update * docs: info or tarhs format; scripts: added standalone compression/decompression tool for heatshrink-formatted streams * scripts: tarhs: fixed parameter handling * cli: storage extract command; toolbox: tar: guess type based on extension * unit_tests: added test for streamed raw hs decompressor `compress_decode_streamed` * unit_tests: compress: added extraction test for .tar.hs * rpc: autodetect compressed archives * scripts: minor cleanup of common parts * scripts: update: now using in-memory intermediate tar stream * scripts: added hs.py wrapper for heatshrink-related ops (single object and directory-as-tar compression) * scripts: naming fixes * Toolbox: export compress_config_heatshrink_default as const symbol * Toolbox: fix various types naming * Toolbox: more of types naming fixes * Toolbox: use size_t in compress io callbacks and structures * UnitTests: update to match new compress API * Toolbox: proper path_extract_extension usage Co-authored-by: あく <alleteam@gmail.com> |
||
---|---|---|
.. | ||
protocols | ||
pulse_protocols | ||
stream | ||
tar | ||
.gitignore | ||
api_lock.h | ||
args.c | ||
args.h | ||
bit_buffer.c | ||
bit_buffer.h | ||
buffer_stream.c | ||
buffer_stream.h | ||
compress.c | ||
compress.h | ||
crc32_calc.c | ||
crc32_calc.h | ||
dir_walk.c | ||
dir_walk.h | ||
float_tools.c | ||
float_tools.h | ||
hex.c | ||
hex.h | ||
keys_dict.c | ||
keys_dict.h | ||
level_duration.h | ||
m_cstr_dup.h | ||
manchester_decoder.c | ||
manchester_decoder.h | ||
manchester_encoder.c | ||
manchester_encoder.h | ||
md5_calc.c | ||
md5_calc.h | ||
name_generator.c | ||
name_generator.h | ||
path.c | ||
path.h | ||
pretty_format.c | ||
pretty_format.h | ||
profiler.c | ||
profiler.h | ||
property.c | ||
property.h | ||
pulse_joiner.c | ||
pulse_joiner.h | ||
saved_struct.c | ||
saved_struct.h | ||
SConscript | ||
simple_array.c | ||
simple_array.h | ||
value_index.c | ||
value_index.h | ||
varint.c | ||
varint.h | ||
version.c | ||
version.h |