samples: net: lwm2m: Add debug options for DTLS

Add commented kconfig options for debugging DTLS connections.

Signed-off-by: Ryan Erickson <ryan.erickson@ezurio.com>
This commit is contained in:
Ryan Erickson 2025-01-09 11:35:59 -06:00 committed by Benjamin Cabé
parent 39412e26c8
commit 78943ddd6e

View file

@ -32,3 +32,10 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
# then this has to be match length of CONFIG_BOARD. Default 16 is not enough # then this has to be match length of CONFIG_BOARD. Default 16 is not enough
# for some boards, so, increase it to 32. # for some boards, so, increase it to 32.
CONFIG_LWM2M_SECURITY_KEY_SIZE=32 CONFIG_LWM2M_SECURITY_KEY_SIZE=32
# Debug options
# CONFIG_NET_SOCKETS_LOG_LEVEL_DBG=y
# CONFIG_MBEDTLS_DEBUG=y
# CONFIG_MBEDTLS_LOG_LEVEL_DBG=y
# CONFIG_MBEDTLS_MEMORY_DEBUG=y
# CONFIG_MBEDTLS_SHELL=y