mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
dist/tools: print more tool versions
This adds openocd, python, python2, and python3 to the helper script print_toolchain_versions.sh.
This commit is contained in:
parent
424830b06b
commit
c73ed667c1
2
dist/tools/ci/print_toolchain_versions.sh
vendored
2
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -72,7 +72,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
|
||||
printf "\n"
|
||||
printf "%s\n" "Installed development tools"
|
||||
printf "%s\n" "---------------------------"
|
||||
for c in cmake cppcheck doxygen flake8 git; do
|
||||
for c in cmake cppcheck doxygen flake8 git openocd python python2 python3; do
|
||||
printf "%23s: %s\n" "$c" "$(get_cmd_version $c)"
|
||||
done
|
||||
printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user