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

scripts: Update ncs-provision west command to use nrfutil for uploading keys #20172

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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 CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
/scripts/west_commands/create_board/ @gmarull
/scripts/west_commands/sbom/ @nrfconnect/ncs-si-muffin
/scripts/west_commands/thingy91x_dfu.py @nrfconnect/ncs-cia
/scripts/west_commands/ncs-provision.py @nrfconnect/ncs-pluto
/scripts/west_commands/ncs_provision.py @nrfconnect/ncs-pluto
/scripts/bootloader/ @nrfconnect/ncs-pluto
/scripts/ncs-docker-version.txt @nrfconnect/ncs-ci
/scripts/print_docker_image.sh @nrfconnect/ncs-ci
Expand Down
2 changes: 1 addition & 1 deletion scripts/west-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ west-commands:
- name: ncs-create-board
class: NcsCreateBoard
help: create board skeleton files for any Nordic SoC
- file: scripts/west_commands/ncs-provision.py
- file: scripts/west_commands/ncs_provision.py
commands:
- name: ncs-provision
class: NcsProvision
Expand Down
133 changes: 0 additions & 133 deletions scripts/west_commands/ncs-provision.py

This file was deleted.

Loading