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

manifest: changes #290

Closed
wants to merge 1 commit into from
Closed
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
22 changes: 14 additions & 8 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim

- name: memfault
url-base: https://github.com/memfault
- name: carles
url-base: https://github.com/carlescufi

Check warning on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:30 trailing spaces

Check failure on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:30 trailing whitespace

Check warning on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:30 trailing spaces

Check failure on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:30 trailing whitespace

Check warning on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:30 trailing spaces

Check failure on line 30 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:30 trailing whitespace
group-filter: [-babblesim, -optional]

#
Expand All @@ -34,7 +38,7 @@
path: modules/lib/acpica
- name: bsim
repo-path: babblesim-manifest
revision: 9ee22c707970f6621adba0375841c0a609e24628
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
path: tools/bsim
groups:
- babblesim
Expand Down Expand Up @@ -157,7 +161,7 @@
groups:
- hal
- name: hal_espressif
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
revision: pull/354/head
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand All @@ -167,11 +171,6 @@
path: modules/hal/ethos_u
groups:
- hal
- name: hal_gigadevice
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
path: modules/hal/gigadevice
groups:
- hal
- name: hal_infineon
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
path: modules/hal/infineon
Expand All @@ -188,6 +187,7 @@
groups:
- hal
- name: hal_nordic
remote: carles
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
path: modules/hal/nordic
groups:
Expand Down Expand Up @@ -342,6 +342,12 @@
- name: zcbor
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
path: modules/lib/zcbor
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
revision: 1.12.0
remote: memfault

Check warning on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:349 trailing spaces

Check failure on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:349 trailing whitespace

Check warning on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:349 trailing spaces

Check failure on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:349 trailing whitespace

Check warning on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

west.yml:349 trailing spaces

Check failure on line 349 in west.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

west.yml:349 trailing whitespace


self:
path: zephyr
Expand Down
Loading