Tools: BeastF7 bootloader

add BeastH7/BeastF7 to builds
update BeastF7 bootloader
This commit is contained in:
Andy Piper 2021-01-05 22:02:54 +00:00 committed by Andrew Tridgell
parent e781572d53
commit a07cbc8706
6 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -620,6 +620,8 @@ is bob we will attempt to checkout bob-AVR'''
"CubeYellow",
"R9Pilot",
"QioTekZealotF427",
"BeastH7",
"BeastF7",
# SITL targets
"SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf",

View File

@ -59,6 +59,8 @@ brand_map = {
'OmnibusNanoV6' : ('Omnibus Nano V6', 'Airbot'),
'speedybeef4' : ('SpeedyBee F4', 'SpeedyBee'),
'QioTekZealotF427' : ('ZealotF427', 'QioTek'),
'BeastH7' : ('Beast H7 55A AIO', 'iFlight'),
'BeastF7' : ('Beast F7 45A AIO', 'iFlight'),
}
class Firmware():