2017-07-03 01:32:46 +02:00
|
|
|
/**
|
|
|
|
* @defgroup pkg_heatshrink Lightweight compression library
|
|
|
|
* @ingroup pkg
|
2023-02-27 15:06:58 +01:00
|
|
|
* @ingroup sys_compression
|
2017-07-03 01:32:46 +02:00
|
|
|
* @brief Provides a lightweight compression library to RIOT
|
|
|
|
*
|
|
|
|
* # Introduction
|
2020-12-19 09:59:06 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* This package provides a compression library specifically developed for
|
|
|
|
* memory-constrained devices.
|
2020-12-19 09:59:06 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* # License
|
2020-12-19 09:59:06 +01:00
|
|
|
*
|
2017-07-03 01:32:46 +02:00
|
|
|
* The library is ISC licensed.
|
|
|
|
*
|
|
|
|
* @see https://github.com/atomicobject/heatshrink
|
2020-12-19 09:59:06 +01:00
|
|
|
*/
|