mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: size_compare_branches.py: blacklist build of Pixhack-V3 bootloader
we don't have a hwdef-bl.dat for this board as it uses a bootloader from elsewhere. This should be done on the hwdef content, but that's still coming...
This commit is contained in:
parent
94062fce5c
commit
f7e0b9cb89
@ -166,6 +166,7 @@ class SizeCompareBranches(object):
|
|||||||
'SITL_arm_linux_gnueabihf',
|
'SITL_arm_linux_gnueabihf',
|
||||||
'RADIX2HD',
|
'RADIX2HD',
|
||||||
'canzero',
|
'canzero',
|
||||||
|
'CUAV-Pixhack-v3', # uses USE_BOOTLOADER_FROM_BOARD
|
||||||
])
|
])
|
||||||
|
|
||||||
# blacklist all linux boards for bootloader build:
|
# blacklist all linux boards for bootloader build:
|
||||||
|
Loading…
Reference in New Issue
Block a user