Skip to content

manifest: changes #291

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

Open
wants to merge 2 commits into
base: tmain
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion submanifests/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ manifest:
- optional
- name: zscilib
path: modules/lib/zscilib
revision: ee1b287d9dd07208d2cc52284240ac25bb66eae3
revision: pull/63/head
remote: upstream
groups:
- optional
84 changes: 46 additions & 38 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,36 @@
url-base: https://github.com/nrfconnect
- name: carles
url-base: https://github.com/carlescufi

- name: fail
url-base: https://github.com/fail_this_request_abcdef
- name: memfault
url-base: https://github.com/memfault
- name: throwtheswitch
url-base: https://github.com/ThrowTheSwitch

Check warning on line 36 in west.yml

View workflow job for this annotation

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

YAMLLint (trailing-spaces)

west.yml:36 trailing spaces

Check failure on line 36 in west.yml

View workflow job for this annotation

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

TRAILING_WHITESPACE

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

#
# Please add items below based on alphabetical order
projects:
- name: matter
remote: nrfconnect
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 81eb1e99a9fd48bbf3bca2a56e7ac888c7f24a16
submodules:
- name: nlio
path: third_party/nlio/repo
- name: nlassert
path: third_party/nlassert/repo
- name: nlunit-test
path: third_party/nlunit-test/repo
- name: pigweed
path: third_party/pigweed/repo
- name: jsoncpp
path: third_party/jsoncpp/repo
- name: acpica
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
path: modules/lib/acpica
submodules: true
# - name: matter

Check warning on line 42 in west.yml

View workflow job for this annotation

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

YAMLLint (comments-indentation)

west.yml:42 comment not indented like content
# remote: nrfconnect
# repo-path: sdk-connectedhomeip
# path: modules/lib/matter
# revision: 81eb1e99a9fd48bbf3bca2a56e7ac888c7f24a16
# submodules: true
# west-commands: scripts/foo/wcmds.yml
# - name: acpica
# revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
# path: modules/lib/acpica
# submodules:
# - name: asub
# path: subs/asub
- name: bsim
repo-path: babblesim-manifest
revision: 9ee22c707970f6621adba0375841c0a609e24628
remote: fail
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
path: tools/bsim
submodules: true
groups:
- babblesim
- name: babblesim_base
Expand All @@ -70,6 +69,8 @@
path: third_party/nlio/repo
- name: nlassert
path: third_party/nlassert/repo
- name: zzzlassert
path: third_party/this/repo
groups:
- babblesim
- name: babblesim_ext_2G4_libPhyComv1
Expand Down Expand Up @@ -145,7 +146,6 @@
- name: cmsis
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
path: modules/hal/cmsis
west-commands: scripts/west/west-commands.yml
groups:
- hal
- name: cmsis-dsp
Expand All @@ -162,7 +162,7 @@
- name: fatfs
revision: 427159bf95ea49b7680facffaa29ad506b42709b
path: modules/fs/fatfs
west-commands: commands/west-cmds.yml
west-commands: scripts/west/west-commands.yml
groups:
- fs
- name: hal_adi
Expand All @@ -186,21 +186,16 @@
groups:
- hal
- name: hal_espressif
revision: 023b034e805b5ef213b20bc36f7cb2709f2912fd
revision: pull/444/head
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
- hal
- name: hal_ethos_u
revision: 8e2cf756b474eff9a32a9bdf1775d9620f1eadcf
path: modules/hal/ethos_u
groups:
- hal
- name: hal_gigadevice
revision: 2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3
path: modules/hal/gigadevice
groups:
- hal
# - name: hal_ethos_u

Check warning on line 194 in west.yml

View workflow job for this annotation

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

YAMLLint (comments-indentation)

west.yml:194 comment not indented like content
# revision: v3.3.3
# path: modules/hal/ethos_u
# groups:
# - hal
- name: hal_infineon
revision: 88d2529a3c5aee2e81947553bf6cbacb4671088c
path: modules/hal/infineon
Expand All @@ -217,7 +212,7 @@
groups:
- hal
- name: hal_nordic
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
revision: 5c8d109371ebb740fbef1f440a3b59e488a36717
path: modules/hal/nordic
groups:
- hal
Expand Down Expand Up @@ -336,8 +331,9 @@
path: modules/lib/open-amp
- name: openthread
remote: carles
revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
revision: 8f7c8ecd7ec0c9b0f9345a7bd5c46cd82a2135f6
path: modules/lib/openthread
west-commands: scripts/foo/wcmds.yml
- name: percepio
path: modules/debug/percepio
revision: b68d17993109b9bee6b45dc8c9794e7b7bce236d
Expand Down Expand Up @@ -372,8 +368,20 @@
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
path: modules/lib/uoscore-uedhoc
- name: zcbor
remote: carles
revision: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
path: modules/lib/zcbor
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
revision: 1.12.0
remote: memfault
- name: cmock
path: test/cmock
submodules: true
revision: f65066f15d8248e6dcb778efb8739904a4512087
remote: throwtheswitch

Check warning on line 383 in west.yml

View workflow job for this annotation

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

YAMLLint (trailing-spaces)

west.yml:383 trailing spaces

Check failure on line 383 in west.yml

View workflow job for this annotation

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

TRAILING_WHITESPACE

west.yml:383 trailing whitespace


self:
path: zephyr
Expand Down
Loading