mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
[OP-775] Provide options to enable DSP library when needed
This commit is contained in:
parent
95f16e25c4
commit
c18cba4dda
@ -110,6 +110,9 @@ MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP
|
||||
# Telemetry must be last to grab the optional modules (why?)
|
||||
MODULES += Telemetry
|
||||
|
||||
# Enable ARM DSP library
|
||||
USE_DSP_LIB = NO
|
||||
|
||||
# Paths
|
||||
OPSYSTEM = ./System
|
||||
OPSYSTEMINC = $(OPSYSTEM)/inc
|
||||
|
@ -65,6 +65,9 @@ MODULES += Telemetry
|
||||
PYMODULES =
|
||||
#FlightPlan
|
||||
|
||||
# Enable ARM DSP library
|
||||
USE_DSP_LIB = NO
|
||||
|
||||
# Paths
|
||||
OPSYSTEM = ./System
|
||||
OPSYSTEMINC = $(OPSYSTEM)/inc
|
||||
|
@ -87,6 +87,9 @@ MODULES += Telemetry
|
||||
PYMODULES =
|
||||
#FlightPlan
|
||||
|
||||
# Enable ARM DSP library
|
||||
USE_DSP_LIB = NO
|
||||
|
||||
# Paths
|
||||
OPSYSTEM = ./System
|
||||
OPSYSTEMINC = $(OPSYSTEM)/inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user