We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d983a commit fc6486aCopy full SHA for fc6486a
prj.conf
@@ -65,6 +65,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
65
CONFIG_MBEDTLS_SHELL=y
66
CONFIG_MBEDTLS_AES_ROM_TABLES=y
67
68
+# Credential shell, useful for debug
69
+CONFIG_TLS_CREDENTIALS_SHELL=y
70
+# Required for TLS crediential shell
71
+CONFIG_BASE64=y
72
+
73
# More verbose Memfault component logs
74
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
75
0 commit comments