Skip to content

Commit b9e9c96

Browse files
committed
Update to Zephyr 3.7.0 + Memfault SDK 1.11.2
1 parent c153644 commit b9e9c96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ CONFIG_NET_STATISTICS_USER_API=y
5555
CONFIG_MBEDTLS=y
5656
CONFIG_MBEDTLS_SERVER_NAME_INDICATION=y
5757
CONFIG_TLS_CREDENTIALS=y
58+
CONFIG_DNS_RESOLVER=y
5859
CONFIG_DNS_SERVER_IP_ADDRESSES=y
5960
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
6262

6363
CONFIG_MBEDTLS_BUILTIN=y
6464
CONFIG_MBEDTLS_ENABLE_HEAP=y

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manifest:
44
projects:
55
- name: zephyr
66
url: https://github.com/zephyrproject-rtos/zephyr
7-
revision: main
7+
revision: v3.7.0
88

99
import:
1010
# Limit the Zephyr modules to the required set
@@ -19,4 +19,4 @@ manifest:
1919
- name: memfault-firmware-sdk
2020
path: modules/lib/memfault-firmware-sdk
2121
url: https://github.com/memfault/memfault-firmware-sdk
22-
revision: "1.9.0"
22+
revision: "1.11.2"

0 commit comments

Comments
 (0)