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 41ddb87 commit 1e8956cCopy full SHA for 1e8956c
prj.conf
@@ -62,6 +62,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
62
CONFIG_MBEDTLS_SHELL=y
63
CONFIG_MBEDTLS_AES_ROM_TABLES=y
64
65
+# Credential shell, useful for debug
66
+CONFIG_TLS_CREDENTIALS_SHELL=y
67
+# Required for TLS crediential shell
68
+CONFIG_BASE64=y
69
+
70
# More verbose Memfault component logs
71
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
72
west.yml
@@ -13,4 +13,4 @@ manifest:
13
- name: memfault-firmware-sdk
14
url: https://github.com/memfault/memfault-firmware-sdk
15
path: modules/lib/memfault-firmware-sdk
16
- revision: 1.11.4
+ revision: 1.12.0
0 commit comments