mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
More UAVObject fixes, stuff to get PiOS.win32 compiling again.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1962 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
d8086d6b72
commit
dff66607c7
@ -53,7 +53,7 @@ FLASH_TOOL = OPENOCD
|
|||||||
USE_THUMB_MODE = YES
|
USE_THUMB_MODE = YES
|
||||||
|
|
||||||
# List of modules to include
|
# List of modules to include
|
||||||
MODULES = Telemetry Stabilization/experimental/Stabilization ManualControl
|
MODULES = Telemetry Stabilization ManualControl
|
||||||
#MODULES = Telemetry GPS ManualControl Actuator Altitude Attitude Stabilization
|
#MODULES = Telemetry GPS ManualControl Actuator Altitude Attitude Stabilization
|
||||||
#MODULES = Telemetry Example
|
#MODULES = Telemetry Example
|
||||||
#MODULES = Telemetry MK/MKSerial
|
#MODULES = Telemetry MK/MKSerial
|
||||||
@ -126,9 +126,6 @@ endif
|
|||||||
|
|
||||||
## UAVOBJECTS
|
## UAVOBJECTS
|
||||||
ifndef TESTAPP
|
ifndef TESTAPP
|
||||||
SRC += $(OPUAVOBJ)/exampleobject1.c
|
|
||||||
SRC += $(OPUAVOBJ)/exampleobject2.c
|
|
||||||
SRC += $(OPUAVOBJ)/examplesettings.c
|
|
||||||
SRC += $(OPUAVOBJ)/objectpersistence.c
|
SRC += $(OPUAVOBJ)/objectpersistence.c
|
||||||
SRC += $(OPUAVOBJ)/positionactual.c
|
SRC += $(OPUAVOBJ)/positionactual.c
|
||||||
SRC += $(OPUAVOBJ)/gpsposition.c
|
SRC += $(OPUAVOBJ)/gpsposition.c
|
||||||
@ -155,15 +152,13 @@ SRC += $(OPUAVOBJ)/ahrssettings.c
|
|||||||
SRC += $(OPUAVOBJ)/flightbatterystate.c
|
SRC += $(OPUAVOBJ)/flightbatterystate.c
|
||||||
SRC += $(OPUAVOBJ)/attituderaw.c
|
SRC += $(OPUAVOBJ)/attituderaw.c
|
||||||
SRC += $(OPUAVOBJ)/homelocation.c
|
SRC += $(OPUAVOBJ)/homelocation.c
|
||||||
SRC += $(OPUAVOBJ)/attitudesettings.c
|
|
||||||
SRC += $(OPUAVOBJ)/vtolsettings.c
|
|
||||||
SRC += $(OPUAVOBJ)/mixersettings.c
|
SRC += $(OPUAVOBJ)/mixersettings.c
|
||||||
SRC += $(OPUAVOBJ)/mixerstatus.c
|
SRC += $(OPUAVOBJ)/mixerstatus.c
|
||||||
#SRC += $(OPUAVOBJ)/lesstabilizationsettings.c
|
|
||||||
SRC += $(OPUAVOBJ)/positiondesired.c
|
SRC += $(OPUAVOBJ)/positiondesired.c
|
||||||
SRC += $(OPUAVOBJ)/velocitydesired.c
|
SRC += $(OPUAVOBJ)/velocitydesired.c
|
||||||
SRC += $(OPUAVOBJ)/velocityactual.c
|
SRC += $(OPUAVOBJ)/velocityactual.c
|
||||||
SRC += $(OPUAVOBJ)/guidancesettings.c
|
SRC += $(OPUAVOBJ)/guidancesettings.c
|
||||||
|
SRC += $(OPUAVOBJ)/firmwareiapobj.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## PIOS Hardware (win32)
|
## PIOS Hardware (win32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user