mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Tools: Add Diatone MambaF405US-I2C
This commit is contained in:
parent
bdcb32456e
commit
c84a880de4
@ -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
BIN
Tools/bootloaders/MambaF405US-I2C_bl.bin
generated
Executable file
Binary file not shown.
BIN
Tools/bootloaders/MambaF405US-I2C_bl.hex
generated
Normal file
BIN
Tools/bootloaders/MambaF405US-I2C_bl.hex
generated
Normal file
Binary file not shown.
@ -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",
|
||||||
|
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user