mirror of https://github.com/ArduPilot/ardupilot
Tools: size_compare_branches.py: add canzero to linux boards
This commit is contained in:
parent
4226f9e97c
commit
fc9e6de99a
|
@ -164,6 +164,7 @@ class SizeCompareBranches(object):
|
||||||
'Pixhawk1-bdshot',
|
'Pixhawk1-bdshot',
|
||||||
'SITL_arm_linux_gnueabihf',
|
'SITL_arm_linux_gnueabihf',
|
||||||
'RADIX2HD',
|
'RADIX2HD',
|
||||||
|
'canzero',
|
||||||
])
|
])
|
||||||
|
|
||||||
# blacklist all linux boards for bootloader build:
|
# blacklist all linux boards for bootloader build:
|
||||||
|
@ -197,6 +198,7 @@ class SizeCompareBranches(object):
|
||||||
'rst_zynq',
|
'rst_zynq',
|
||||||
'obal',
|
'obal',
|
||||||
'SITL_x86_64_linux_gnu',
|
'SITL_x86_64_linux_gnu',
|
||||||
|
'canzero',
|
||||||
]
|
]
|
||||||
|
|
||||||
def esp32_board_names(self):
|
def esp32_board_names(self):
|
||||||
|
|
Loading…
Reference in New Issue