Skip to content
Merged
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 scripts/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ imagesize>=1.2.0
intelhex
pylint
zcbor~=0.8.0
nrf-regtool~=5.6.0
nrf-regtool~=6.0.0
2 changes: 1 addition & 1 deletion scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ msgpack==1.0.5 # via python-can
mypy==1.5.1 # via -r zephyr/scripts/requirements-build-test.txt
mypy-extensions==1.0.0 # via mypy
natsort==8.4.0 # via pyocd
nrf-regtool==5.6.0 # via -r nrf/scripts/requirements-build.txt
nrf-regtool==6.0.0 # via -r nrf/scripts/requirements-build.txt
nrfcredstore==1.0.0 # via -r nrf/scripts/requirements-extra.txt
numpy==1.26.4 # via svada
packaging==24.0 # via -r zephyr/scripts/requirements-base.txt, pkg-about, pytest, python-can, setuptools-scm, west
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: f869e11484287622d9a3b63fd50151371966dd0e
revision: 3d01dcc251bf3aa2a675941e8ac2b244f776724d
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading