Skip to content

Commit

Permalink
modules: tinycbor: Deprecate the module
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
carlescufi committed Apr 8, 2022
1 parent 0ea3600 commit 8257b0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/releases/release-notes-3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================================
Expand Down
3 changes: 2 additions & 1 deletion modules/Kconfig.tinycbor
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# SPDX-License-Identifier: Apache-2.0

config TINYCBOR
bool "tinyCBOR Support"
bool "DEPRECATED: tinyCBOR Support"
help
This option enables the tinyCBOR library.
Note: This module is deprecated, please use ZCBOR instead.

if TINYCBOR

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ manifest:
path: modules/lib/tflite-micro
repo-path: tflite-micro
- name: tinycbor
revision: 40daca97b478989884bffb5226e9ab73ca54b8c4
revision: 9e1f34bc08123aaad7666d3652aaa839e8178b3b
path: modules/lib/tinycbor
- name: tinycrypt
revision: 3e9a49d2672ec01435ffbf0d788db6d95ef28de0
Expand Down

0 comments on commit 8257b0e

Please sign in to comment.