mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
autotest: fixed frame sizes logging
This commit is contained in:
parent
744f610409
commit
54cb722f9a
@ -102,7 +102,7 @@ for d in ArduPlane ArduCopter APMrover2; do
|
|||||||
report $d $oldhash $newhash
|
report $d $oldhash $newhash
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
Tools/scripts/frame_sizes.py buildlogs/$d.build > buildlogs/$d.framesizes.txt
|
APM/Tools/scripts/frame_sizes.py buildlogs/$d.build > buildlogs/$d.framesizes.txt
|
||||||
(
|
(
|
||||||
avr-size buildlogs/$d.build/$d.elf
|
avr-size buildlogs/$d.build/$d.elf
|
||||||
avr-nm --size-sort --print-size -C buildlogs/$d.build/$d.elf
|
avr-nm --size-sort --print-size -C buildlogs/$d.build/$d.elf
|
||||||
|
Loading…
Reference in New Issue
Block a user