Skip to content

Commit

Permalink
Enable tls credential shell (#8)
Browse files Browse the repository at this point in the history
Adds about 6kB of code space 😮‍💨 but it's somewhat useful,
though the esp32s3 shows some errors:

```bash
uart:~$ cred list
1001,CA,ERROR,-134
1002,CA,ERROR,-134
1003,CA,ERROR,-134
```
  • Loading branch information
noahp authored Nov 21, 2024
1 parent b2e0f4c commit 1dc05e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
CONFIG_MBEDTLS_SHELL=y
CONFIG_MBEDTLS_AES_ROM_TABLES=y

# Credential shell, useful for debug
CONFIG_TLS_CREDENTIALS_SHELL=y
# Required for TLS crediential shell
CONFIG_BASE64=y

# More verbose Memfault component logs
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y

Expand Down

0 comments on commit 1dc05e8

Please sign in to comment.