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