Skip to content

Commit

Permalink
base: Bump nrf-regtool to 6.0.0
Browse files Browse the repository at this point in the history
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 <karsten.koenig@nordicsemi.no>
  • Loading branch information
karstenkoenig authored and stephanosio committed Sep 27, 2024
1 parent 8bbb8cf commit eb419f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
pylint sh statistics west \
nrf-regtool>=5.3.0
nrf-regtool>=6.0.0
# Run pip check on x86 only for now, it fails on arm.
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
pip3 check \
Expand Down

0 comments on commit eb419f1

Please sign in to comment.