mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Tools: Add Diatone MambaF405 MK2
This commit is contained in:
parent
e6d0e38129
commit
fe8ccca9a9
BIN
Tools/bootloaders/MambaF405v2_bl.bin
Executable file
BIN
Tools/bootloaders/MambaF405v2_bl.bin
Executable file
Binary file not shown.
BIN
Tools/bootloaders/MambaF405v2_bl.hex
Normal file
BIN
Tools/bootloaders/MambaF405v2_bl.hex
Normal file
Binary file not shown.
@ -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")
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user