1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/nanocbor/doc.txt
Koen Zandberg 01ab91dbf0
pkg/nanocbor: Version bump to latest master
Current latest master is also compatible with 8 and 16-bit platforms
2019-07-05 20:47:48 +02:00

20 lines
472 B
Plaintext

/**
* @defgroup pkg_nanocbor NanoCBOR library
* @ingroup pkg
* @ingroup sys
* @brief CBOR encoder and decoder library for tiny devices
*
* This package contains the NanoCBOR library for a small CBOR encoder and
* decoder. Flash footprint for encoding and decoding should be below 1K each.
*
* ## Usage
*
* Just add it as a package in your application:
*
* ```makefile
* USEPKG += nanocbor
* ```
*
* @see https://github.com/bergzand/nanocbor
*/