Add the Gumstix AeroCore2 to the build system.

This commit is contained in:
Andrew C. Smith
2017-01-08 17:54:41 -08:00
committed by David Sidrane
parent 05cf34a510
commit d21b6655d2
26 changed files with 3874 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ def main():
args.port = "/dev/tty.usbmodem1"
else:
serial_list = mavutil.auto_detect_serial(preferred_list=['*FTDI*',
"*Arduino_Mega_2560*", "*3D_Robotics*", "*USB_to_UART*", '*PX4*', '*FMU*'])
"*Arduino_Mega_2560*", "*3D_Robotics*", "*USB_to_UART*", '*PX4*', '*FMU*', "*Gumstix*"])
if len(serial_list) == 0:
print("Error: no serial connection found")