Skip to content

Commit

Permalink
Build for esp32c3, update memfault (#9)
Browse files Browse the repository at this point in the history
Fix a typo so we actually build for the C3.
Update memfault to 1.10.1.
  • Loading branch information
noahp authored Aug 6, 2024
1 parent 80aad7a commit 4f5e136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ jobs:
run: |
cd zephyr-workspace
ccache -z
west build --sysbuild \
--pristine=always \
--board=esp32s3_devkitm zephyr-esp32-example \
-- \
-DCONFIG_MEMFAULT_PROJECT_KEY=\"1234\"
west build --sysbuild \
--pristine=always \
--board=esp32s3_devkitm zephyr-esp32-example \
--board=esp32c3_devkitm zephyr-esp32-example \
-- \
-DCONFIG_MEMFAULT_PROJECT_KEY=\"1234\"
ccache -sv
12 changes: 3 additions & 9 deletions west.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
- name: memfault
url-base: https://github.com/memfault

projects:
- name: zephyr
remote: zephyrproject-rtos
url: https://github.com/zephyrproject-rtos/zephyr
revision: v3.6.0
import:
# Limit the Zephyr modules to the required set
Expand All @@ -17,6 +11,6 @@ manifest:
- mcuboot

- name: memfault-firmware-sdk
url: https://github.com/memfault/memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
remote: memfault
revision: 1.9.2
revision: 1.10.1

0 comments on commit 4f5e136

Please sign in to comment.