mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 14:10:34 +08:00
Tools/generate_board_targets_json.py exclude VOXL2 for now (dev environment not yet available to github)
This commit is contained in:
@@ -33,7 +33,8 @@ excluded_platforms = ['qurt']
|
||||
excluded_labels = [
|
||||
'stackcheck',
|
||||
'nolockstep', 'replay', 'test',
|
||||
'uavcanv1' # TODO: fix and enable
|
||||
'uavcanv1', # TODO: fix and enable
|
||||
'voxl2' # TODO: fix and enable
|
||||
]
|
||||
|
||||
def process_target(px4board_file, target_name):
|
||||
|
||||
Reference in New Issue
Block a user