Difference between revisions of "emCompress"

From SEGGER Wiki
Jump to: navigation, search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
== Device specifics ==
 
== Device specifics ==
 
== Core specifics ==
 
== Core specifics ==
  +
  +
== HOWTOs ==
  +
  +
The following links provide some starter code for using emCompress-Flex with common container formats:
  +
  +
* [[HOWTO decompress a Zip archive]]
  +
* [[HOWTO decompress a gzip archive]]
  +
* [[HOWTO decompress an LZ4 archive]]

Latest revision as of 22:48, 11 June 2019

emCompress is a collection of software libraries enabling data compression and decompression on, but not limited to, resource-constrained devices.

This wiki page explains and links to other articles dealing with special cases and questions too specific for the user manual or product pages on www.segger.com

Device specifics

Core specifics

HOWTOs

The following links provide some starter code for using emCompress-Flex with common container formats: