Skip to content

Commit

Permalink
Tools: size_compare_branches.py: add canzero to linux boards
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Dec 13, 2023
1 parent 4226f9e commit 7693210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/scripts/size_compare_branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def __init__(self,
'Pixhawk1-bdshot',
'SITL_arm_linux_gnueabihf',
'RADIX2HD',
'canzero',
])

# blacklist all linux boards for bootloader build:
Expand Down Expand Up @@ -197,6 +198,7 @@ def linux_board_names(self):
'rst_zynq',
'obal',
'SITL_x86_64_linux_gnu',
'canzero',
]

def esp32_board_names(self):
Expand Down

0 comments on commit 7693210

Please sign in to comment.