Skip to content

Commit 4f5e136

Browse files
authored
Build for esp32c3, update memfault (#9)
Fix a typo so we actually build for the C3. Update memfault to 1.10.1.
1 parent 80aad7a commit 4f5e136

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,17 @@ jobs:
4747
run: |
4848
cd zephyr-workspace
4949
ccache -z
50+
5051
west build --sysbuild \
5152
--pristine=always \
5253
--board=esp32s3_devkitm zephyr-esp32-example \
5354
-- \
5455
-DCONFIG_MEMFAULT_PROJECT_KEY=\"1234\"
56+
5557
west build --sysbuild \
5658
--pristine=always \
57-
--board=esp32s3_devkitm zephyr-esp32-example \
59+
--board=esp32c3_devkitm zephyr-esp32-example \
5860
-- \
5961
-DCONFIG_MEMFAULT_PROJECT_KEY=\"1234\"
62+
6063
ccache -sv

west.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
manifest:
2-
remotes:
3-
- name: zephyrproject-rtos
4-
url-base: https://github.com/zephyrproject-rtos
5-
- name: memfault
6-
url-base: https://github.com/memfault
7-
82
projects:
93
- name: zephyr
10-
remote: zephyrproject-rtos
4+
url: https://github.com/zephyrproject-rtos/zephyr
115
revision: v3.6.0
126
import:
137
# Limit the Zephyr modules to the required set
@@ -17,6 +11,6 @@ manifest:
1711
- mcuboot
1812

1913
- name: memfault-firmware-sdk
14+
url: https://github.com/memfault/memfault-firmware-sdk
2015
path: modules/lib/memfault-firmware-sdk
21-
remote: memfault
22-
revision: 1.9.2
16+
revision: 1.10.1

0 commit comments

Comments
 (0)