mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge branch 'master' of https://github.com/pavel-kirienko/uavcan
This commit is contained in:
commit
2ef80bc853
@ -12,7 +12,7 @@ elf=build/firmware.elf
|
||||
|
||||
arm-none-eabi-size $elf || exit 1
|
||||
|
||||
tmpfile=$(tempfile)
|
||||
tmpfile=fwupload.tempfile
|
||||
cat > $tmpfile <<EOF
|
||||
target extended-remote $PORT
|
||||
mon swdp_scan
|
||||
@ -22,3 +22,4 @@ kill
|
||||
EOF
|
||||
|
||||
arm-none-eabi-gdb $elf --batch -x $tmpfile
|
||||
rm $tmpfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user