Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Ardupilot
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Ardupilot
Commits
9b75237a
Commit
9b75237a
authored
10 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
PX4: don't build lsm303d and l3gd20 on PX4v1
parent
bbb47ece
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mk/PX4/config_px4fmu-v2_APM.mk
+2
-0
2 additions, 0 deletions
mk/PX4/config_px4fmu-v2_APM.mk
mk/PX4/px4_common.mk
+0
-2
0 additions, 2 deletions
mk/PX4/px4_common.mk
with
2 additions
and
2 deletions
mk/PX4/config_px4fmu-v2_APM.mk
+
2
−
0
View file @
9b75237a
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
#
#
include
$(SKETCHBOOK)/mk/PX4/px4_common.mk
include
$(SKETCHBOOK)/mk/PX4/px4_common.mk
MODULES
+=
drivers/lsm303d
MODULES
+=
drivers/l3gd20
MODULES
+=
drivers/boards/px4fmu-v2
MODULES
+=
drivers/boards/px4fmu-v2
ifneq
($(wildcard $(SKETCHBOOK)/../uavcan),)
ifneq
($(wildcard $(SKETCHBOOK)/../uavcan),)
...
...
This diff is collapsed.
Click to expand it.
mk/PX4/px4_common.mk
+
0
−
2
View file @
9b75237a
...
@@ -20,8 +20,6 @@ MODULES += drivers/px4fmu
...
@@ -20,8 +20,6 @@ MODULES += drivers/px4fmu
MODULES
+=
drivers/px4io
MODULES
+=
drivers/px4io
MODULES
+=
drivers/px4flow
MODULES
+=
drivers/px4flow
MODULES
+=
drivers/rgbled
MODULES
+=
drivers/rgbled
MODULES
+=
drivers/lsm303d
MODULES
+=
drivers/l3gd20
MODULES
+=
drivers/mpu6000
MODULES
+=
drivers/mpu6000
MODULES
+=
drivers/hmc5883
MODULES
+=
drivers/hmc5883
MODULES
+=
drivers/ms5611
MODULES
+=
drivers/ms5611
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment