AP_Periph: support STM32F303 builds
This commit is contained in:
parent
147cf900fe
commit
2b92e70da7
@ -4,7 +4,7 @@
|
|||||||
import fnmatch
|
import fnmatch
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
targets = ['f103-*', 'CUAV_GPS', 'ZubaxGNSS*']
|
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*']
|
||||||
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user