Peter Barker
d40320b1c2
Tools: size_compare_branches.py: blacklist iomcu-f103 for bootloader build
2023-09-04 20:00:10 +10:00
Peter Barker
9e0367764d
Tools: blacklist iomcu dshot builds when building bootloaders
...
we don't have the ability to buld bootloaders for these
2023-09-04 13:54:58 +10:00
Peter Barker
a2934d7dd2
Tools: size_compare_branches.py: make build failures clearer
2023-08-12 15:31:29 +10:00
Peter Barker
9bd19bc835
Tools: size_compare_branches.py: blacklist build of RADIX2HD bootloader
...
we don't have a hardware definition for this
2023-08-04 07:16:58 +10:00
Peter Barker
0c9c01d903
Tools: size_compare_branches.py: correct exclude-board globbing
2023-06-09 08:41:27 +10:00
Peter Barker
a7e6bfc80a
Tools: size_compare_branches.py: blacklist build of Pixhawk1-bdshot
...
new board, no bootloader
2023-06-09 08:41:27 +10:00
Peter Barker
38693c0e5d
Tools: add --exclude-board=glob to size_compare_branches.py
2023-06-08 17:16:51 +10:00
Peter Barker
2489a2bec4
Tools: compile with debug symbols and provide path to sources
2023-06-01 11:36:02 +10:00
Peter Barker
d2af1f0fa1
Tools: size_compare_branches.py: correct branch name in elf_diff output
2023-06-01 11:36:02 +10:00
Nicholas Kruzan
5a67ff6479
Tools: new board: esp32s3devkit
2023-05-26 10:54:01 -07:00
Nicholas Kruzan
2df27560c0
Tools: size_compare_branches - add board esp32nick
2023-05-15 12:22:17 +10:00
Peter Barker
baae2fd7b4
Tools: size_compare_branches.py: add option to hide lines with no binary changes
2023-05-14 18:26:07 +10:00
Peter Barker
2d862758e7
Tools: size_compare_branches: avoid elf_diff when not requested
2023-05-13 20:04:25 +10:00
Peter Barker
5483f07d28
Tools: size_compare_branches.py: add --parallel option
2023-05-12 07:12:41 +10:00
Peter Barker
791ce7a28e
Tools: size_compare_branches.py: quieten rsync
...
this isn't necessary and makes the output more difficult to read
2023-05-07 09:04:02 +10:00
David Buzz
ac9ea370fd
Tools: add a new board for tomte76
...
mpu9255 board, bmp280 baro, micro sd card and NEO M8 clone
a
2023-05-02 14:38:03 +10:00
Peter Barker
8c92787e32
Tools: size_compare_branches: allow use in detached-head state
2023-04-15 23:16:16 +10:00
Peter Barker
aa863523a6
Tools: remove dsdl_generated before building bootloader
...
waf doesn't take care of this for us
2023-04-05 07:52:30 +10:00
Peter Barker
18dc37eef8
Tools: blacklist build of CubeOrangePlus-SimOnHardware bootloader
...
Just as we do the CubeOrange equivalent; this uses the CubeOrangePlus bootloader
2023-03-30 09:33:01 +11:00
Peter Barker
6021e953c5
Tools: size_compare_branches.py: do not show lines where no builds made
...
Sometimes the vehicle/board combinations are empty as no build is done. For example, when building bootloaders several boards don't have one, and hte output is cluttered with their results.
Don't show these empty lines by default
2023-03-19 11:34:55 +11:00
Peter Barker
e2046c11b8
Tools: size_compare_branches.py: change --no-elf-diff into --elf-diff
2023-03-10 08:48:56 +11:00
Peter Barker
dc803a5691
Tools: size_compare_branches.py: blacklist linux and esp32 boards for bootloader build
2023-03-01 12:01:03 +11:00
Peter Barker
697b23910c
Tools: size_compare_branches.py: correct elf_diff for bootloaders
2023-02-19 19:21:16 +11:00
Peter Barker
debb5c24b3
Tools: add waf argument to get consistent builds
2023-02-17 20:48:45 +11:00
Peter Barker
2d38c8a896
Tools: fix show_output bug in run_program methods
...
just because we're not showing output doesn't mean we shouldn't raise exceptions on failure!
2023-02-10 21:52:47 +11:00
Peter Barker
7b8c69d505
Tools: size_compare_branches.py: add --extra-hwdef-branch option
...
also adds for --master
This allows you to test the same builds without changing branches but with different hwdef scripts, by specifying the same branch with --master
2023-02-08 19:00:13 +11:00
Peter Barker
ce0583c7c8
Tools: exclude iomcu from bootloader check
2023-01-26 13:41:04 +11:00
Peter Barker
b51b59008b
Tools: size_compare_branches.py: detect file identicality
2023-01-26 13:41:04 +11:00
Peter Barker
f323aec206
Tools: size_compare_branches.py: skip bootloader build for skyviper-v2450
2023-01-25 10:13:27 +11:00
Peter Barker
d30f53505c
Tools: make size_compare_branches.py also do bootloaders
2023-01-23 20:50:33 +11:00
Peter Barker
ec0b51dadd
Tools: add --no-merge-base option to size_compare_branches.py
2022-12-24 08:56:49 +11:00
Peter Barker
a5cc8d6da3
AP_HAL_ChibiOS: specify AUTOBUILD_TARGETS for IOMCU
...
... which is just the iofirmware target
2022-11-06 12:58:18 +11:00
Peter Barker
134f21762f
Tools: size_compare_branches.py: add option to build IO firmware
2022-11-06 12:58:18 +11:00
Peter Barker
76e0f59dce
Tools: make size_compare_branches.py do all vehicles/all boards
2022-11-05 19:44:35 +11:00
Peter Barker
b29a1f4291
Tools: fix Python warning in size_compare_branches.py
2022-11-05 19:44:35 +11:00
Peter Barker
90fc6cfdae
Tools: scripts: add environment variables so we get consistent builds
2022-11-05 19:44:35 +11:00
Peter Barker
44229c87f0
Tools: size_compare_branches: allow compilation with --extra-hwdef
2022-08-13 09:31:13 +10:00
Peter Barker
870527a385
Tools: allow size-compare_branches.py on AP_Periph
2022-04-11 08:07:42 +10:00
Peter Barker
6b48a8df02
Tools: correct antennatracker name in size_compare_branches.py
2022-03-20 21:46:45 +11:00
Josh Henderson
bc9ab66348
Tools: size_compare Change elfdiff_output rectory
2021-11-16 17:13:51 +11:00
Josh Henderson
32e628f267
Tools: size_compare_branches.py add -vehicle option
2021-11-04 19:57:27 +11:00
Peter Barker
0c94e013ca
Tools: add script to compare elf binaries from different branches
2021-10-07 16:06:22 +11:00