Skip to content

Commit eb419f1

Browse files
karstenkoenigstephanosio
authored andcommitted
base: Bump nrf-regtool to 6.0.0
New fields for configuring the tracing subsystem were added here: zephyrproject-rtos/zephyr#78831 nrf-regtool 6.0.0 supports those latest changes. Signed-off-by: Karsten Koenig <[email protected]>
1 parent 8bbb8cf commit eb419f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
114114
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
115115
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
116116
pylint sh statistics west \
117-
nrf-regtool>=5.3.0
117+
nrf-regtool>=6.0.0
118118
# Run pip check on x86 only for now, it fails on arm.
119119
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
120120
pip3 check \

0 commit comments

Comments
 (0)