mirror of https://github.com/ArduPilot/ardupilot
waf: added fmuv2 build
based on fmuv3, but with 1M target flash
This commit is contained in:
parent
a6aeebad4b
commit
035da5047a
|
@ -406,6 +406,11 @@ class fmuv3(chibios):
|
|||
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_CHIBIOS_FMUV3',
|
||||
)
|
||||
|
||||
class fmuv2(fmuv3):
|
||||
name = 'fmuv2'
|
||||
def __init__(self):
|
||||
super(fmuv2, self).__init__()
|
||||
|
||||
class skyviper_v2450(fmuv3):
|
||||
name = 'skyviper-v2450'
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue