mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
APM: added mtk and mtk16 build targets
useful for testing non-auto gps detection
This commit is contained in:
parent
f26b9ab286
commit
a6422be8fb
@ -21,6 +21,12 @@ nocli:
|
||||
ublox:
|
||||
make -f Makefile EXTRAFLAGS="-DGPS_PROTOCOL=GPS_PROTOCOL_UBLOX"
|
||||
|
||||
mtk:
|
||||
make -f Makefile EXTRAFLAGS="-DGPS_PROTOCOL=GPS_PROTOCOL_MTK"
|
||||
|
||||
mtk16:
|
||||
make -f Makefile EXTRAFLAGS="-DGPS_PROTOCOL=GPS_PROTOCOL_MTK16"
|
||||
|
||||
heli:
|
||||
make -f Makefile EXTRAFLAGS="-DFRAME_CONFIG=HELI_FRAME"
|
||||
|
||||
@ -51,3 +57,4 @@ obc-sitl:
|
||||
|
||||
sitl-newcontrollers:
|
||||
make -f ../libraries/Desktop/Makefile.desktop EXTRAFLAGS="-DAPM_CONTROL=ENABLED"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user