|
|
|
@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
|
|
|
|
|
import fnmatch |
|
|
|
|
|
|
|
|
|
def build(bld): |
|
|
|
|
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*', 'Cube*-periph', 'sitl_*'] |
|
|
|
|
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*', '*-periph', 'sitl_*', 'HitecMosaic*'] |
|
|
|
|
valid_target = False |
|
|
|
|
for t in targets: |
|
|
|
|
if fnmatch.fnmatch(bld.env.BOARD, t): |
|
|
|
|