We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e46b08 commit 2450123Copy full SHA for 2450123
prj.conf
@@ -109,3 +109,6 @@ CONFIG_STREAM_FLASH=y
109
# For cpu_temp metric
110
CONFIG_SENSOR=y
111
CONFIG_ADC=y
112
+
113
+# Enable compiler warnings as errors
114
+CONFIG_COMPILER_WARNINGS_AS_ERRORS=y
west.yml
@@ -13,5 +13,4 @@ manifest:
13
- name: memfault-firmware-sdk
14
url: https://github.com/memfault/memfault-firmware-sdk
15
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
+ revision: 1.26.0
0 commit comments