1
0
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:
smlng 2018-09-19 13:25:27 +02:00
parent 424830b06b
commit c73ed667c1

View File

@ -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)"