Skip to content

Commit

Permalink
module: Deprecate TinyCBOR
Browse files Browse the repository at this point in the history
See zephyrproject-rtos/zephyr#40591 for
additional details.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Apr 7, 2022
1 parent 40daca9 commit c5c0ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
if(CONFIG_TINYCBOR)

message(WARNING "TinyCBOR is deprecated.
Please use zcbor instead with CONFIG_ZCBOR.")

zephyr_include_directories(../include)

zephyr_library()
Expand Down

0 comments on commit c5c0ae5

Please sign in to comment.