mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ci/print_versions: print all ESP32 toolchains
This commit is contained in:
parent
72a0f1972d
commit
c89eccd219
6
dist/tools/ci/print_toolchain_versions.sh
vendored
6
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -129,7 +129,10 @@ for p in \
|
||||
riscv-none-elf \
|
||||
riscv64-unknown-elf \
|
||||
riscv-none-embed \
|
||||
riscv32-esp-elf \
|
||||
xtensa-esp32-elf \
|
||||
xtensa-esp32s2-elf \
|
||||
xtensa-esp32s3-elf \
|
||||
xtensa-esp8266-elf \
|
||||
; do
|
||||
printf "%25s: %s\n" "$p-gcc" "$(get_cmd_version ${p}-gcc)"
|
||||
@ -145,7 +148,10 @@ for p in \
|
||||
riscv-none-elf \
|
||||
riscv64-unknown-elf \
|
||||
riscv-none-embed \
|
||||
riscv32-esp-elf \
|
||||
xtensa-esp32-elf \
|
||||
xtensa-esp32s2-elf \
|
||||
xtensa-esp32s3-elf \
|
||||
xtensa-esp8266-elf \
|
||||
; do
|
||||
printf "%25s: %s\n" "$p-newlib" "$(newlib_version ${p}-gcc)"
|
||||
|
Loading…
Reference in New Issue
Block a user