Skip to content

Commit

Permalink
manifest: changes
Browse files Browse the repository at this point in the history
Changes.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Nov 13, 2024
1 parent 94fcfbe commit 73f5bbe
Showing 1 changed file with 32 additions and 25 deletions.
57 changes: 32 additions & 25 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ manifest:
url-base: https://github.com/BabbleSim
- name: nrfconnect
url-base: https://github.com/nrfconnect


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

group-filter: [-babblesim, -optional]

#
Expand All @@ -37,26 +42,17 @@ manifest:
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
submodules: true
- name: acpica
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
path: modules/lib/acpica
submodules: true
submodules:
- name: asub
path: subs/asub
- name: bsim
repo-path: babblesim-manifest
revision: 9ee22c707970f6621adba0375841c0a609e24628
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
path: tools/bsim
submodules: true
groups:
- babblesim
- name: babblesim_base
Expand All @@ -69,6 +65,8 @@ manifest:
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 @@ -144,7 +142,6 @@ manifest:
- name: cmsis
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
path: modules/hal/cmsis
west-commands: scripts/west/west-commands.yml
groups:
- hal
- name: cmsis-dsp
Expand All @@ -161,7 +158,7 @@ manifest:
- 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 @@ -185,7 +182,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: 0f1874284f5dee0d49cb23f44f756e7be404e7b7
revision: pull/354/head
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand All @@ -195,11 +192,6 @@ manifest:
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 @@ -216,7 +208,7 @@ manifest:
groups:
- hal
- name: hal_nordic
revision: cb7600a1be4c8b177867e6d463729c07dd3f6d73
revision: 5c8d109371ebb740fbef1f440a3b59e488a36717
path: modules/hal/nordic
groups:
- hal
Expand Down Expand Up @@ -344,13 +336,17 @@ manifest:
- name: picolibc
path: modules/lib/picolibc
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
submodules:
- name: hisub
path: path/to/hisub
- name: segger
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger
submodules: true
groups:
- debug
- name: tinycrypt
remote: carles
revision: 1012a3ebee18c15ede5efc8332ee2fc37817670f
path: modules/crypto/tinycrypt
groups:
Expand All @@ -371,6 +367,17 @@ manifest:
- name: zcbor
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



self:
path: zephyr
Expand Down

0 comments on commit 73f5bbe

Please sign in to comment.