Skip to content

Commit 8828cdf

Browse files
jonathannilsengmarull
authored andcommitted
scripts: requirements: bump nrf-regtool to 9.1.0
Added * CTRLSEL is now set appropriately for the SPIS121 pins. Updated * NCSDK-33140: DPPI.LINK configuration is now skipped when processing the 'dppic130' devicetree node. This enables the DPPI driver to use both 'source-channels' and 'sink-channels' properties on it without causing a conflict. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent baa7830 commit 8828cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ intelhex
1010
pylint
1111
setuptools==75.2.0
1212
zcbor~=0.8.0
13-
nrf-regtool==9.0.1
13+
nrf-regtool==9.1.0
1414
windows-curses; sys_platform == 'win32'
1515
unidiff
1616
pycryptodome==3.21.0

scripts/requirements-fixed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
9696
mypy==1.13.0 ; python_version >= "3.12" and python_version < "4.0"
9797
natsort==8.4.0 ; python_version >= "3.12" and python_version < "4.0"
9898
normality==2.5.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
99-
nrf-regtool==9.0.1 ; python_version >= "3.12" and python_version < "4.0"
99+
nrf-regtool==9.1.0 ; python_version >= "3.12" and python_version < "4.0"
100100
nrfcredstore==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
101101
numpy==2.1.3 ; python_version >= "3.12" and python_version < "4.0"
102102
packageurl-python==0.16.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)