Skip to content

Commit 3372e7a

Browse files
committed
manifest: Auto update of nrfconnect/sdk-nrfxlib revision
This commit is automatically created as result of Pull request nrfconnect#180 to nrfconnect/sdk-nrfxlib. Signed-off-by: Nordic Builder <[email protected]>
1 parent c05c97d commit 3372e7a

File tree

1 file changed

+133
-133
lines changed

1 file changed

+133
-133
lines changed

west.yml

Lines changed: 133 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html
1212

1313
manifest:
14-
version: "0.12"
14+
version: '0.12'
1515

1616
# "remotes" is a list of locations where git repositories are cloned
1717
# and fetched from.
1818
remotes:
1919
# nRF Connect SDK GitHub organization.
2020
# NCS repositories are hosted here.
21-
- name: ncs
22-
url-base: https://github.com/nrfconnect
21+
- name: ncs
22+
url-base: https://github.com/nrfconnect
2323
# Third-party repository sources:
24-
- name: zephyrproject
25-
url-base: https://github.com/zephyrproject-rtos
26-
- name: throwtheswitch
27-
url-base: https://github.com/ThrowTheSwitch
28-
- name: armmbed
29-
url-base: https://github.com/ARMmbed
30-
- name: nordicsemi
31-
url-base: https://github.com/NordicSemiconductor
32-
- name: memfault
33-
url-base: https://github.com/memfault
34-
- name: ant-nrfconnect
35-
url-base: https://github.com/ant-nrfconnect
24+
- name: zephyrproject
25+
url-base: https://github.com/zephyrproject-rtos
26+
- name: throwtheswitch
27+
url-base: https://github.com/ThrowTheSwitch
28+
- name: armmbed
29+
url-base: https://github.com/ARMmbed
30+
- name: nordicsemi
31+
url-base: https://github.com/NordicSemiconductor
32+
- name: memfault
33+
url-base: https://github.com/memfault
34+
- name: ant-nrfconnect
35+
url-base: https://github.com/ant-nrfconnect
3636

3737
# If not otherwise specified, the projects below should be obtained
3838
# from the ncs remote.
@@ -50,10 +50,10 @@ manifest:
5050
#
5151
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html
5252
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
53-
- name: zephyr
54-
repo-path: sdk-zephyr
55-
revision: 7c71945d42f690bbee663d9380ee604c94c42d6b
56-
import:
53+
- name: zephyr
54+
repo-path: sdk-zephyr
55+
revision: 7c71945d42f690bbee663d9380ee604c94c42d6b
56+
import:
5757
# In addition to the zephyr repository itself, NCS also
5858
# imports the contents of zephyr/west.yml at the above
5959
# revision. Only the projects explicitly named in the
@@ -65,126 +65,126 @@ manifest:
6565
# the zephyr project.
6666
#
6767
# Please keep this list sorted alphabetically.
68-
name-allowlist:
69-
- TraceRecorderSource
70-
- canopennode
71-
- chre
72-
- cmsis
73-
- edtt
74-
- fatfs
75-
- fff
76-
- hal_nordic
77-
- hal_st # required for ST sensors (unrealted to STM32 MCUs)
78-
- liblc3
79-
- libmetal
80-
- littlefs
81-
- loramac-node
82-
- lvgl
83-
- lz4
84-
- mbedtls
85-
- mipi-sys-t
86-
- nanopb
87-
- net-tools
88-
- nrf_hw_models
89-
- open-amp
90-
- picolibc
91-
- psa-arch-tests
92-
- segger
93-
- tinycbor
94-
- tinycrypt
95-
- tf-m-tests
96-
- uoscore-uedhoc
97-
- zcbor
98-
- zscilib
68+
name-allowlist:
69+
- TraceRecorderSource
70+
- canopennode
71+
- chre
72+
- cmsis
73+
- edtt
74+
- fatfs
75+
- fff
76+
- hal_nordic
77+
- hal_st # required for ST sensors (unrealted to STM32 MCUs)
78+
- liblc3
79+
- libmetal
80+
- littlefs
81+
- loramac-node
82+
- lvgl
83+
- lz4
84+
- mbedtls
85+
- mipi-sys-t
86+
- nanopb
87+
- net-tools
88+
- nrf_hw_models
89+
- open-amp
90+
- picolibc
91+
- psa-arch-tests
92+
- segger
93+
- tinycbor
94+
- tinycrypt
95+
- tf-m-tests
96+
- uoscore-uedhoc
97+
- zcbor
98+
- zscilib
9999

100100
# NCS repositories.
101101
#
102102
# Some of these are also Zephyr modules which have NCS-specific
103103
# changes.
104-
- name: sdk-hostap
105-
path: modules/lib/hostap
106-
revision: f665cad9361eab62d3eea077b04e68613c7e93a6
107-
- name: mcuboot
108-
repo-path: sdk-mcuboot
109-
revision: 14e45ce9478b8b95a3d41aac6ba92a12569784c4
110-
path: bootloader/mcuboot
111-
- name: mbedtls-nrf
112-
path: mbedtls
113-
repo-path: sdk-mbedtls
114-
revision: d540e87d63c1bf51856a88657c58abc021c7ad8f
115-
- name: nrfxlib
116-
repo-path: sdk-nrfxlib
117-
path: nrfxlib
118-
revision: dc28a4f6addb944403c872d69de6f6dc428a8b31
119-
- name: trusted-firmware-m
120-
repo-path: sdk-trusted-firmware-m
121-
path: modules/tee/tf-m/trusted-firmware-m
122-
revision: 39288b5df80e5915c1eee1d9b753a931824b3836
123-
- name: tfm-mcuboot # This is used by the trusted-firmware-m module.
124-
repo-path: sdk-mcuboot
125-
path: modules/tee/tfm-mcuboot
126-
revision: v1.7.2-ncs2
127-
- name: matter
128-
repo-path: sdk-connectedhomeip
129-
path: modules/lib/matter
130-
revision: 63d38039b04789b5fcc633508629e75308f78dc5
131-
submodules:
132-
- name: nlio
133-
path: third_party/nlio/repo
134-
- name: nlassert
135-
path: third_party/nlassert/repo
136-
- name: nlunit-test
137-
path: third_party/nlunit-test/repo
138-
- name: pigweed
139-
path: third_party/pigweed/repo
140-
- name: nrf-802154
141-
repo-path: sdk-nrf-802154
142-
path: nrf-802154
143-
revision: v2.1.0
144-
groups:
145-
- nrf-802154
146-
- name: cjson
147-
repo-path: sdk-cjson
148-
path: modules/lib/cjson
149-
revision: c6af068b7f05207b28d68880740e4b9ec1e4b50a
150-
- name: homekit
151-
repo-path: sdk-homekit
152-
revision: c86b46ea4f75feefa553c4a52d3275f002187ba6
153-
groups:
154-
- homekit
155-
- name: find-my
156-
repo-path: sdk-find-my
157-
revision: f62cb0761f881b12604bae726e9b2afdd60ec3fc
158-
groups:
159-
- find-my
160-
- name: azure-sdk-for-c
161-
repo-path: azure-sdk-for-c
162-
path: modules/lib/azure-sdk-for-c
163-
revision: 308c171cb4b5eed266649012a68406487ec81fb2
104+
- name: sdk-hostap
105+
path: modules/lib/hostap
106+
revision: f665cad9361eab62d3eea077b04e68613c7e93a6
107+
- name: mcuboot
108+
repo-path: sdk-mcuboot
109+
revision: 14e45ce9478b8b95a3d41aac6ba92a12569784c4
110+
path: bootloader/mcuboot
111+
- name: mbedtls-nrf
112+
path: mbedtls
113+
repo-path: sdk-mbedtls
114+
revision: d540e87d63c1bf51856a88657c58abc021c7ad8f
115+
- name: nrfxlib
116+
repo-path: sdk-nrfxlib
117+
path: nrfxlib
118+
revision: pull/180/head
119+
- name: trusted-firmware-m
120+
repo-path: sdk-trusted-firmware-m
121+
path: modules/tee/tf-m/trusted-firmware-m
122+
revision: 39288b5df80e5915c1eee1d9b753a931824b3836
123+
- name: tfm-mcuboot # This is used by the trusted-firmware-m module.
124+
repo-path: sdk-mcuboot
125+
path: modules/tee/tfm-mcuboot
126+
revision: v1.7.2-ncs2
127+
- name: matter
128+
repo-path: sdk-connectedhomeip
129+
path: modules/lib/matter
130+
revision: 63d38039b04789b5fcc633508629e75308f78dc5
131+
submodules:
132+
- name: nlio
133+
path: third_party/nlio/repo
134+
- name: nlassert
135+
path: third_party/nlassert/repo
136+
- name: nlunit-test
137+
path: third_party/nlunit-test/repo
138+
- name: pigweed
139+
path: third_party/pigweed/repo
140+
- name: nrf-802154
141+
repo-path: sdk-nrf-802154
142+
path: nrf-802154
143+
revision: v2.1.0
144+
groups:
145+
- nrf-802154
146+
- name: cjson
147+
repo-path: sdk-cjson
148+
path: modules/lib/cjson
149+
revision: c6af068b7f05207b28d68880740e4b9ec1e4b50a
150+
- name: homekit
151+
repo-path: sdk-homekit
152+
revision: c86b46ea4f75feefa553c4a52d3275f002187ba6
153+
groups:
154+
- homekit
155+
- name: find-my
156+
repo-path: sdk-find-my
157+
revision: f62cb0761f881b12604bae726e9b2afdd60ec3fc
158+
groups:
159+
- find-my
160+
- name: azure-sdk-for-c
161+
repo-path: azure-sdk-for-c
162+
path: modules/lib/azure-sdk-for-c
163+
revision: 308c171cb4b5eed266649012a68406487ec81fb2
164164
# Other third-party repositories.
165-
- name: cmock
166-
path: test/cmock
167-
submodules: true
168-
revision: f65066f15d8248e6dcb778efb8739904a4512087
169-
remote: throwtheswitch
170-
- name: memfault-firmware-sdk
171-
path: modules/lib/memfault-firmware-sdk
172-
revision: 0.33.2
173-
remote: memfault
174-
- name: cirrus
175-
repo-path: sdk-mcu-drivers
176-
path: modules/hal/cirrus-logic
177-
revision: 9f6b3812237fbb0d4157ba3584c13f1644fcbe3a
178-
- name: openthread
179-
repo-path: sdk-openthread
180-
path: modules/lib/openthread
181-
revision: 2592e3433a178e8441eaafbb6efdf6396067f2a4
182-
- name: ant
183-
repo-path: sdk-ant
184-
revision: 36b2ac9fd02988319e9dcebc578d8f9a9f5ff892
185-
remote: ant-nrfconnect
186-
groups:
187-
- ant
165+
- name: cmock
166+
path: test/cmock
167+
submodules: true
168+
revision: f65066f15d8248e6dcb778efb8739904a4512087
169+
remote: throwtheswitch
170+
- name: memfault-firmware-sdk
171+
path: modules/lib/memfault-firmware-sdk
172+
revision: 0.33.2
173+
remote: memfault
174+
- name: cirrus
175+
repo-path: sdk-mcu-drivers
176+
path: modules/hal/cirrus-logic
177+
revision: 9f6b3812237fbb0d4157ba3584c13f1644fcbe3a
178+
- name: openthread
179+
repo-path: sdk-openthread
180+
path: modules/lib/openthread
181+
revision: 2592e3433a178e8441eaafbb6efdf6396067f2a4
182+
- name: ant
183+
repo-path: sdk-ant
184+
revision: 36b2ac9fd02988319e9dcebc578d8f9a9f5ff892
185+
remote: ant-nrfconnect
186+
groups:
187+
- ant
188188

189189
# West-related configuration for the nrf repository.
190190
self:

0 commit comments

Comments
 (0)