mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
wakaama: add support for TLV
add support for LWM2M TLV Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
8ba84edb0a
commit
f0f7c5ada9
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ if(CONFIG_NETUTILS_WAKAAMA)
|
|||
list(APPEND WAKAAMA_DEFINITIONS LWM2M_SUPPORT_SENML_JSON)
|
||||
endif()
|
||||
|
||||
if(CONFIG_WAKAAMA_TLV)
|
||||
list(APPEND WAKAAMA_DEFINITIONS LWM2M_SUPPORT_TLV)
|
||||
endif()
|
||||
|
||||
list(APPEND WAKAAMA_DEFINITIONS
|
||||
LWM2M_COAP_DEFAULT_BLOCK_SIZE=${CONFIG_WAKAAMA_COAP_DEFAULT_BLOCK_SIZE})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue