Skip to content

Commit

Permalink
Remove unneeded apps from build
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Nov 15, 2014
1 parent a7eaf07 commit d4a5f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
17 changes: 1 addition & 16 deletions makefiles/config_px4fmu-v2_default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,8 @@ MODULES += drivers/meas_airspeed
MODULES += drivers/frsky_telemetry
MODULES += modules/sensors
MODULES += drivers/mkblctrl
MODULES += drivers/pca8574
MODULES += drivers/px4flow


# Needs to be burned to the ground and re-written; for now,
# just don't build it.
#MODULES += drivers/mkblctrl

#
# System commands
#
Expand All @@ -61,7 +55,6 @@ MODULES += systemcmds/pwm
MODULES += systemcmds/esc_calib
MODULES += systemcmds/reboot
MODULES += systemcmds/top
MODULES += systemcmds/tests
MODULES += systemcmds/config
MODULES += systemcmds/nshterm
MODULES += systemcmds/mtd
Expand All @@ -81,10 +74,8 @@ MODULES += modules/uavcan
# Estimation modules (EKF/ SO3 / other filters)
#
MODULES += modules/attitude_estimator_ekf
MODULES += modules/attitude_estimator_so3
MODULES += modules/ekf_att_pos_estimator
MODULES += modules/position_estimator_inav
MODULES += examples/flow_position_estimator

#
# Vehicle Control
Expand All @@ -100,12 +91,6 @@ MODULES += modules/mc_pos_control
#
MODULES += modules/sdlog2

#
# Unit tests
#
#MODULES += modules/unit_test
#MODULES += modules/commander/commander_tests

#
# Library modules
#
Expand Down Expand Up @@ -139,7 +124,7 @@ MODULES += modules/bottle_drop
#MODULES += examples/math_demo
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/hello_sky
MODULES += examples/px4_simple_app
#MODULES += examples/px4_simple_app

# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/daemon
Expand Down
7 changes: 7 additions & 0 deletions makefiles/config_px4fmu-v2_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ MODULES += lib/mathlib
MODULES += lib/mathlib/math/filter
MODULES += lib/conversion

#
# Modules to test-build, but not useful for test environment
#
MODULES += modules/attitude_estimator_so3
MODULES += drivers/pca8574
MODULES += examples/flow_position_estimator

#
# Libraries
#
Expand Down

0 comments on commit d4a5f34

Please sign in to comment.