File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ CONFIG_NET_STATISTICS_USER_API=y
55
55
CONFIG_MBEDTLS=y
56
56
CONFIG_MBEDTLS_SERVER_NAME_INDICATION=y
57
57
CONFIG_TLS_CREDENTIALS=y
58
+ CONFIG_DNS_RESOLVER=y
58
59
CONFIG_DNS_SERVER_IP_ADDRESSES=y
59
60
CONFIG_DNS_SERVER1="1.1.1.1"
60
- # TODO, the PEM certs fail to parse, I suspect due to OOM
61
- CONFIG_MEMFAULT_TLS_CERTS_USE_DER=y
61
+ CONFIG_MBEDTLS_SHA1=y
62
62
63
63
CONFIG_MBEDTLS_BUILTIN=y
64
64
CONFIG_MBEDTLS_ENABLE_HEAP=y
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ manifest:
4
4
projects :
5
5
- name : zephyr
6
6
url : https://github.com/zephyrproject-rtos/zephyr
7
- revision : main
7
+ revision : v3.7.0
8
8
9
9
import :
10
10
# Limit the Zephyr modules to the required set
@@ -19,4 +19,4 @@ manifest:
19
19
- name : memfault-firmware-sdk
20
20
path : modules/lib/memfault-firmware-sdk
21
21
url : https://github.com/memfault/memfault-firmware-sdk
22
- revision : " 1.9.0 "
22
+ revision : " 1.11.2 "
You can’t perform that action at this time.
0 commit comments