Browse Source

Tools: add auto build for QioTekZealotF427

c415-sdk
QioTek 4 years ago committed by Andrew Tridgell
parent
commit
86100d6316
  1. 1
      Tools/scripts/build_binaries.py
  2. 1
      Tools/scripts/generate_manifest.py

1
Tools/scripts/build_binaries.py

@ -617,6 +617,7 @@ is bob we will attempt to checkout bob-AVR''' @@ -617,6 +617,7 @@ is bob we will attempt to checkout bob-AVR'''
"CubeOrange",
"CubeYellow",
"R9Pilot",
"QioTekZealotF427",
# SITL targets
"SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf",

1
Tools/scripts/generate_manifest.py

@ -55,6 +55,7 @@ brand_map = { @@ -55,6 +55,7 @@ brand_map = {
'omnibusf4v6' : ('Omnibus F4 V6', 'Airbot'),
'OmnibusNanoV6' : ('Omnibus Nano V6', 'Airbot'),
'speedybeef4' : ('SpeedyBee F4', 'SpeedyBee'),
'QioTekZealotF427' : ('ZealotF427', 'QioTek'),
}
class Firmware():

Loading…
Cancel
Save