Tools: Add Diatone MambaF405 MK2

This commit is contained in:
Sebastian Witt 2020-12-12 21:16:42 +01:00 committed by Andrew Tridgell
parent e6d0e38129
commit fe8ccca9a9
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -389,7 +389,7 @@ is bob we will attempt to checkout bob-AVR'''
if self.skip_board_waf(board):
continue
if os.path.exists(self.buildroot):
shutil.rmtree(self.buildroot)
@ -570,6 +570,7 @@ is bob we will attempt to checkout bob-AVR'''
"KakuteF4",
"KakuteF7",
"KakuteF7Mini",
"MambaF405v2",
"MatekF405",
"MatekF405-STD",
"MatekF405-Wing",
@ -705,7 +706,7 @@ is bob we will attempt to checkout bob-AVR'''
"AP_Periph",
"AP_Periph")
def generate_manifest(self):
'''generate manigest files for GCS to download'''
self.progress("Generating manifest")

View File

@ -38,6 +38,7 @@ brand_map = {
'CUAV-Nora' : ('CUAV Nora', 'CUAV'),
'CUAV-X7' : ('CUAV X7', 'CUAV'),
'DrotekP3Pro' : ('Pixhawk 3 Pro', 'Drotek'),
'MambaF405v2' : ('Diatone Mamba F405 MK2', 'Diatone'),
'MatekF405' : ('Matek F405', 'Matek'),
'MatekF405-STD' : ('Matek F405 STD', 'Matek'),
'MatekF405-Wing' : ('Matek F405 Wing', 'Matek'),