net: lwm2m: enables CBOR content format

With LwM2M v1.1 the content format is enabled by default.

Signed-off-by: Veijo Pesonen <veijo.pesonen@nordicsemi.no>
This commit is contained in:
Veijo Pesonen 2022-03-21 11:40:59 +02:00 committed by Carles Cufí
commit 11b8b4e7ba

View file

@ -30,6 +30,8 @@ config LWM2M_VERSION_1_0
config LWM2M_VERSION_1_1 config LWM2M_VERSION_1_1
bool "LwM2M version 1.1 [EXPERIMENTAL]" bool "LwM2M version 1.1 [EXPERIMENTAL]"
select EXPERIMENTAL select EXPERIMENTAL
imply LWM2M_RW_CBOR_SUPPORT
imply ZCBOR
endchoice endchoice
@ -435,9 +437,8 @@ config LWM2M_COMPOSITE_PATH_LIST_SIZE
Define path list size for Composite Read and send operation. Define path list size for Composite Read and send operation.
config LWM2M_RW_CBOR_SUPPORT config LWM2M_RW_CBOR_SUPPORT
bool "support for CBOR writer [EXPERIMENTAL]" bool "support for CBOR writer"
select ZCBOR depends on ZCBOR
select EXPERIMENTAL
help help
Include support for writing CBOR data Include support for writing CBOR data