Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for esp32c3, update memfault #9

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading