Tools: size_compare_branches.py: add canzero to linux boards

This commit is contained in:
Peter Barker 2023-12-13 13:44:03 +11:00 committed by Peter Barker
parent 4226f9e97c
commit fc9e6de99a
1 changed files with 2 additions and 0 deletions

View File

@ -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):