waf: added fmuv2 build

based on fmuv3, but with 1M target flash
This commit is contained in:
Andrew Tridgell 2018-03-01 09:24:44 +11:00
parent a6aeebad4b
commit 035da5047a
1 changed files with 5 additions and 0 deletions

View File

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