Skip to content

Commit

Permalink
Update to Zephyr 3.7.0 + Memfault SDK 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Sep 3, 2024
1 parent c153644 commit b9e9c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ CONFIG_NET_STATISTICS_USER_API=y
CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_SERVER_NAME_INDICATION=y
CONFIG_TLS_CREDENTIALS=y
CONFIG_DNS_RESOLVER=y
CONFIG_DNS_SERVER_IP_ADDRESSES=y
CONFIG_DNS_SERVER1="1.1.1.1"
# TODO, the PEM certs fail to parse, I suspect due to OOM
CONFIG_MEMFAULT_TLS_CERTS_USE_DER=y
CONFIG_MBEDTLS_SHA1=y

CONFIG_MBEDTLS_BUILTIN=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest:
projects:
- name: zephyr
url: https://github.com/zephyrproject-rtos/zephyr
revision: main
revision: v3.7.0

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

0 comments on commit b9e9c96

Please sign in to comment.