File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
west build --sysbuild \
52
52
--pristine=always \
53
- --board=esp32s3_devkitm zephyr-esp32-example \
53
+ --board=esp32s3_devkitm/esp32s3/procpu zephyr-esp32-example \
54
54
-- \
55
55
-DCONFIG_MEMFAULT_PROJECT_KEY=\"1234\"
56
56
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ CONFIG_NET_L2_WIFI_SHELL=y
41
41
CONFIG_MEMFAULT=y
42
42
CONFIG_MEMFAULT_LOGGING_ENABLE=y
43
43
CONFIG_MEMFAULT_HTTP_ENABLE=y
44
- CONFIG_MEMFAULT_TLS_CERTS_USE_DER=y
45
44
CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD=y
46
45
47
46
# Additional network configuration for Memfault features
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ manifest:
13
13
- name : memfault-firmware-sdk
14
14
url : https://github.com/memfault/memfault-firmware-sdk
15
15
path : modules/lib/memfault-firmware-sdk
16
- revision : 1.10.1
16
+ revision : 1.11.1+zephyr-3.7.0-fixes
You can’t perform that action at this time.
0 commit comments