Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move AP_OSD from vehicle wscripts into ardupilotwaf.py #26548

Merged
merged 7 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AntennaTracker/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def build(bld):
'AP_Beacon',
'AP_Arming',
'AP_RCMapper',
'AP_OSD',
],
)

Expand Down
1 change: 0 additions & 1 deletion ArduCopter/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def build(bld):
'AP_Follow',
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_OSD',
'AC_AutoTune',
'AP_KDECAN',
],
Expand Down
1 change: 0 additions & 1 deletion ArduPlane/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def build(bld):
'AP_Soaring',
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_OSD',
'AC_AutoTune',
'AP_Follow',
'AC_PrecLand',
Expand Down
1 change: 0 additions & 1 deletion ArduSub/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def build(bld):
'AP_Beacon',
'AP_TemperatureSensor',
'AP_Arming',
'AP_OSD',
],
)

Expand Down
1 change: 0 additions & 1 deletion Blimp/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def build(bld):
'AP_Arming',
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_OSD',
'AP_KDECAN',
'AP_Beacon',
'AP_AdvancedFailsafe', # TODO for some reason compiling GCS_Common.cpp (in libraries) fails if this isn't included.
Expand Down
1 change: 0 additions & 1 deletion Rover/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def build(bld):
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_Follow',
'AP_OSD',
'AP_WindVane',
'AR_Motors',
'AP_Torqeedo',
Expand Down
1 change: 1 addition & 0 deletions Tools/ardupilotwaf/ardupilotwaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
'AP_LandingGear',
'AP_RobotisServo',
'AP_NMEA_Output',
'AP_OSD',
'AP_Filesystem',
'AP_ADSB',
'AP_ADSB/sagetech-sdk',
Expand Down
Loading