1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cbor: add deprecation note

This commit is contained in:
Martine Lenders 2018-04-25 16:46:17 +02:00
parent 8d6f5ddfcf
commit dc41f49229

View File

@ -14,6 +14,10 @@
* *
* @brief CBOR serializer/deserializer * @brief CBOR serializer/deserializer
* *
* @deprecated This library is based on a draft-version of
* [RFC7049](https://tools.ietf.org/html/rfc7049) and also has other
* flaws. Please use alternatives like @ref pkg_cn-cbor instead.
*
* This is an implementation suited for constrained devices * This is an implementation suited for constrained devices
* Characteristics: * Characteristics:
* - No dynamic memory allocation (i.e. no calls to `malloc()`, `free()`) used * - No dynamic memory allocation (i.e. no calls to `malloc()`, `free()`) used