mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
CI: esptool warns about deprecating esptool.py
This commit is contained in:
parent
24d6d88551
commit
a23530bf86
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -171,7 +171,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: espflash
|
tool: espflash
|
||||||
|
|
||||||
- name: Install esptool.py
|
- name: Install esptool
|
||||||
if: contains(matrix.input.platform, 'esp32')
|
if: contains(matrix.input.platform, 'esp32')
|
||||||
run: pip install esptool
|
run: pip install esptool
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ tempdir=$(mktemp -d) || exit 1
|
||||||
espflash save-image --chip esp32c3 --merge "$outputfilenamecargo" "$outputfilename" 1>&2
|
espflash save-image --chip esp32c3 --merge "$outputfilenamecargo" "$outputfilename" 1>&2
|
||||||
|
|
||||||
# Get stats
|
# Get stats
|
||||||
esptool.py image_info --version 2 "$outputfilename" 1>&2
|
esptool image_info --version 2 "$outputfilename" 1>&2
|
||||||
|
|
||||||
# Run in QEMU
|
# Run in QEMU
|
||||||
$qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$tempdir/$logfile" >"$tempdir"/$qemuoutputfile 2>&1 &
|
$qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$tempdir/$logfile" >"$tempdir"/$qemuoutputfile 2>&1 &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue