Skip to content

Commit 2450123

Browse files
authored
Update memfault sdk to 1.26.0 (#17)
1 parent 6e46b08 commit 2450123

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,6 @@ CONFIG_STREAM_FLASH=y
109109
# For cpu_temp metric
110110
CONFIG_SENSOR=y
111111
CONFIG_ADC=y
112+
113+
# Enable compiler warnings as errors
114+
CONFIG_COMPILER_WARNINGS_AS_ERRORS=y

west.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +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-
# Temporarily use a fork with ESP32 support, until 1.26.0 is released
17-
revision: noahp/1.25.0+esp32-support
16+
revision: 1.26.0

0 commit comments

Comments
 (0)