modules: tinycbor: Deprecate the module

See #40591 for details, TinyCBOR (or rather the fork of TinyCBOR that we
had) is being replaced by zcbor.

Closes #40591.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-04-07 12:04:21 +02:00 committed by Carles Cufí
commit 8257b0e3f5
3 changed files with 5 additions and 2 deletions

View file

@ -40,6 +40,8 @@ Deprecated in this release
==========================
* :c:func:`nvs_init` is deprecated in favor of utilizing :c:func:`nvs_mount`.
* The TinyCBOR module has been deprecated in favor of the new zcbor CBOR
library, included with Zephyr in this release.
Stable API changes in this release
==================================