Skip to content

Commit 1e8956c

Browse files
committed
Enable tls credential shell
Getting weird results on the ESP32-S3 though: ```plaintext uart:~$ cred list 1001,CA,ERROR,-134 1002,CA,ERROR,-134 1003,CA,ERROR,-134 ```
1 parent 41ddb87 commit 1e8956c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

prj.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
6262
CONFIG_MBEDTLS_SHELL=y
6363
CONFIG_MBEDTLS_AES_ROM_TABLES=y
6464

65+
# Credential shell, useful for debug
66+
CONFIG_TLS_CREDENTIALS_SHELL=y
67+
# Required for TLS crediential shell
68+
CONFIG_BASE64=y
69+
6570
# More verbose Memfault component logs
6671
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
6772

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ manifest:
1313
- name: memfault-firmware-sdk
1414
url: https://github.com/memfault/memfault-firmware-sdk
1515
path: modules/lib/memfault-firmware-sdk
16-
revision: 1.11.4
16+
revision: 1.12.0

0 commit comments

Comments
 (0)