mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
CC-13 Get FirmwareIAP reset working on CC
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2649 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
42b21a2697
commit
29ad7b3017
@ -57,7 +57,7 @@ FLASH_TOOL = OPENOCD
|
|||||||
USE_THUMB_MODE = YES
|
USE_THUMB_MODE = YES
|
||||||
|
|
||||||
# List of modules to include
|
# List of modules to include
|
||||||
MODULES = Telemetry ManualControl Actuator CCAttitude #Stabilization
|
MODULES = Telemetry ManualControl Actuator Attitude Stabilization FirmwareIAP
|
||||||
#Actuator Telemetry ManualControl Stabilization FirmwareIAP
|
#Actuator Telemetry ManualControl Stabilization FirmwareIAP
|
||||||
|
|
||||||
#MODULES = Telemetry Example
|
#MODULES = Telemetry Example
|
||||||
@ -185,6 +185,7 @@ SRC += $(OPUAVSYNTHDIR)/manualcontrolsettings.c
|
|||||||
SRC += $(OPUAVSYNTHDIR)/mixersettings.c
|
SRC += $(OPUAVSYNTHDIR)/mixersettings.c
|
||||||
SRC += $(OPUAVSYNTHDIR)/mixerstatus.c
|
SRC += $(OPUAVSYNTHDIR)/mixerstatus.c
|
||||||
SRC += $(OPUAVSYNTHDIR)/ahrssettings.c
|
SRC += $(OPUAVSYNTHDIR)/ahrssettings.c
|
||||||
|
SRC += $(OPUAVSYNTHDIR)/firmwareiapobj.c
|
||||||
#${wildcard ${OBJ}/$(shell echo $(VAR) | tr A-Z a-z)/*.c}
|
#${wildcard ${OBJ}/$(shell echo $(VAR) | tr A-Z a-z)/*.c}
|
||||||
#SRC += ${foreach OBJ, ${UAVOBJECTS}, $(UAVOBJECTS)/$(OBJ).c}
|
#SRC += ${foreach OBJ, ${UAVOBJECTS}, $(UAVOBJECTS)/$(OBJ).c}
|
||||||
# Cant use until i can automatically generate list of UAVObjects
|
# Cant use until i can automatically generate list of UAVObjects
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
#include "firmwareiap.h"
|
#include "firmwareiap.h"
|
||||||
#include "firmwareiapobj.h"
|
#include "firmwareiapobj.h"
|
||||||
|
|
||||||
#include "STM3210E_OP.h"
|
|
||||||
|
|
||||||
// Private constants
|
// Private constants
|
||||||
#define IAP_CMD_STEP_1 1122
|
#define IAP_CMD_STEP_1 1122
|
||||||
#define IAP_CMD_STEP_2 2233
|
#define IAP_CMD_STEP_2 2233
|
||||||
|
Loading…
x
Reference in New Issue
Block a user