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

Add support thingy91x #18

Merged
merged 8 commits into from
Dec 18, 2024
Prev Previous commit
Next Next commit
west: add bsim drivers needed for Thingy91x
Allow bsim drivers to be installed by west update. These are necessary for
the bme688 on the Thingy91x.

Signed-off-by: Mike Szczys <mike@golioth.io>
  • Loading branch information
szczys committed Dec 18, 2024
commit 61f69cdb8d9e5ab63bb8a7061a89cb3cd8e459f1
5 changes: 5 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@
manifest:
version: 0.8

group-filter:
- +bsec

projects:
- name: golioth
path: modules/lib/golioth-firmware-sdk
@@ -17,6 +20,8 @@ manifest:
name-allowlist:
- nrf
- zephyr
- bme68x
- bsec
- cmsis
- hal_nordic
- mbedtls