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:
parent
39412e26c8
commit
78943ddd6e
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
# for some boards, so, increase it to 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue