Tools: waf: add build for CubeOrange-periph

This commit is contained in:
Siddharth Purohit 2020-07-31 00:45:04 +05:30 committed by Peter Barker
parent d8852615ed
commit eab0507d37
2 changed files with 2 additions and 1 deletions

View File

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

View File

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