mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: waf: add build for CubeOrange-periph
This commit is contained in:
parent
d8852615ed
commit
eab0507d37
@ -4,7 +4,7 @@
|
||||
import fnmatch
|
||||
|
||||
def build(bld):
|
||||
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*']
|
||||
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*', 'CubeOrange-periph']
|
||||
valid_target = False
|
||||
for t in targets:
|
||||
if fnmatch.fnmatch(bld.env.BOARD, t):
|
||||
|
@ -635,6 +635,7 @@ is bob we will attempt to checkout bob-AVR'''
|
||||
"f103-Airspeed",
|
||||
"CUAV_GPS",
|
||||
"ZubaxGNSS",
|
||||
"CubeOrange-periph",
|
||||
]
|
||||
|
||||
def build_arducopter(self, tag):
|
||||
|
Loading…
Reference in New Issue
Block a user