Tools: Add Diatone MambaF405US-I2C

This commit is contained in:
Isaac Alich 2021-07-11 13:32:50 -04:00 committed by Andrew Tridgell
parent bdcb32456e
commit c84a880de4
5 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,7 @@ AP_HW_SIERRAF9PGPS_PERIPH 1034
AP_HW_HolybroGPS 1035 AP_HW_HolybroGPS 1035
AP_HW_QioTekZealotH743 1036 AP_HW_QioTekZealotH743 1036
AP_HW_HEREPRO 1037 AP_HW_HEREPRO 1037
AP_HW_MAMBABASICF4 1038
AP_HW_CUBEORANGE_PERIPH 1400 AP_HW_CUBEORANGE_PERIPH 1400
AP_HW_CUBEBLACK_PERIPH 1401 AP_HW_CUBEBLACK_PERIPH 1401

BIN
Tools/bootloaders/MambaF405US-I2C_bl.bin generated Executable file

Binary file not shown.

BIN
Tools/bootloaders/MambaF405US-I2C_bl.hex generated Normal file

Binary file not shown.

View File

@ -645,6 +645,7 @@ is bob we will attempt to checkout bob-AVR'''
"BeastF7", "BeastF7",
"FlywooF745", "FlywooF745",
"luminousbee5", "luminousbee5",
"MambaF405US-I2C",
# SITL targets # SITL targets
"SITL_x86_64_linux_gnu", "SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf", "SITL_arm_linux_gnueabihf",

View File

@ -72,6 +72,7 @@ brand_map = {
'QioTekZealotF427' : ('ZealotF427', 'QioTek'), 'QioTekZealotF427' : ('ZealotF427', 'QioTek'),
'BeastH7' : ('Beast H7 55A AIO', 'iFlight'), 'BeastH7' : ('Beast H7 55A AIO', 'iFlight'),
'BeastF7' : ('Beast F7 45A AIO', 'iFlight'), 'BeastF7' : ('Beast F7 45A AIO', 'iFlight'),
'MambaF405US-I2C' : ('Diatone Mamba Basic F405 MK3/MK3.5', 'Diatone'),
} }
class Firmware(): class Firmware():