General app cleanup for FMU

This commit is contained in:
Lorenz Meier 2013-04-28 14:54:06 +02:00
parent b1de6c0eaf
commit 6479ebcc73
4 changed files with 4 additions and 10 deletions

View File

@ -38,7 +38,6 @@
# Sub-directories
SUBDIRS = adc can cdcacm nsh
SUBDIRS += math_demo control_demo kalman_demo px4_deamon_app
#SUBDIRS = adc buttons can cdcacm composite cxxtest dhcpd discover elf ftpc
#SUBDIRS += ftpd hello helloxx hidkbd igmp json keypadtest lcdrw mm modbus mount

View File

@ -115,7 +115,5 @@ endef
# command priority stack entrypoint
BUILTIN_COMMANDS := \
$(call _B, math_demo, , 8192, math_demo_main ) \
$(call _B, sercon, , 2048, sercon_main ) \
$(call _B, serdis, , 2048, serdis_main ) \
$(call _B, uorb, , 4096, uorb_main )
$(call _B, serdis, , 2048, serdis_main )

View File

@ -59,9 +59,6 @@ export INCLUDE_DIRS := $(PX4_MODULE_SRC) \
$(PX4_MODULE_SRC)/modules/ \
$(PX4_INCLUDE_DIR)
# Include from legacy app/library path
export INCLUDE_DIRS += $(NUTTX_APP_SRC)
#
# Tools
#

View File

@ -1,6 +1,6 @@
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.
# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -32,7 +32,7 @@
############################################################################
#
# Makefile to build the LED driver.
# Build the LED driver.
#
include $(APPDIR)/mk/app.mk
SRCS = led.cpp