Difference between revisions of "emCompress"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "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...")
 
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
emCompress is a collection of software libraries enabling data compression and decompression on, but not limited to, resource-constrained devices.
 
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 manual or [https://www.segger.com/emCompress product pages on www.segger.com]
+
This wiki page explains and links to other articles dealing with special cases and questions too specific for the user manual or [https://www.segger.com/emCompress product pages on www.segger.com]
   
 
<div class="toclimit-3">
 
<div class="toclimit-3">
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 23: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: