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: Change repositories and branches for mcuboot and Zephyr #3

Merged
merged 1 commit into from
Feb 5, 2025
Merged
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
12 changes: 6 additions & 6 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ manifest:
- name: ncs
url-base: https://github.com/nrfconnect
# Third-party repository sources:
- name: voxelbotics
url-base: https://github.com/voxelbotics
- name: emcraftsystems
url-base: https://github.com/EmcraftSystems
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: throwtheswitch
Expand Down Expand Up @@ -71,8 +71,8 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: voxelbotics-v3.7.99-ncs1-branch
remote: voxelbotics
revision: emcraft-v3.7.99-ncs1-branch
remote: emcraftsystems
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -132,8 +132,8 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: voxelbotics-v2.1.0-ncs2-branch
remote: voxelbotics
revision: emcraft-v2.1.0-ncs2-branch
remote: emcraftsystems
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand Down
Loading