PX4: enable nshterm and math/filter on FMUv2

This commit is contained in:
Andrew Tridgell 2013-08-04 16:11:53 +10:00
parent 46c5d18585
commit 927bbc6527

View File

@ -51,14 +51,16 @@ MODULES += systemcmds/pwm
MODULES += systemcmds/reboot MODULES += systemcmds/reboot
MODULES += systemcmds/top MODULES += systemcmds/top
MODULES += systemcmds/tests MODULES += systemcmds/tests
MODULES += systemcmds/nshterm
#MODULES += systemcmds/eeprom #MODULES += systemcmds/eeprom
# #
# Libraries # Library modules
# #
MODULES += modules/systemlib MODULES += modules/systemlib
MODULES += modules/systemlib/mixer MODULES += modules/systemlib/mixer
MODULES += modules/uORB MODULES += modules/uORB
MODULES += modules/mathlib/math/filter
# #
# Transitional support - add commands from the NuttX export archive. # Transitional support - add commands from the NuttX export archive.