Skip to content

Commit 2f934d3

Browse files
authored
Update to zephyr v4.2 (#19)
Spot checked with: ```bash ❯ west build --sysbuild --pristine -b esp_wrover_kit/esp32/procpu zephyr-esp32-example -- -DCONFIG_MEMFAULT_PROJECT_KEY=\"$(<~/.memfault-noah-test-project-key)\" -DCONFIG_MEMFAULT_METRICS_HEARTBEAT_INTERVAL_SECS=120 -DCONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS=120 ``` Seems ok to me!
1 parent 76d5036 commit 2f934d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifest:
22
projects:
33
- name: zephyr
44
url: https://github.com/zephyrproject-rtos/zephyr
5-
revision: v4.1.0
5+
revision: v4.2.0
66
import:
77
# Limit the Zephyr modules to the required set
88
name-allowlist:
@@ -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.26.1
16+
revision: 1.28.0

0 commit comments

Comments
 (0)