Added initial QuRT support

Added the basic files to start building for QuRT

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-17 11:21:18 -07:00
parent dc52bb7703
commit e9c2e08770
19 changed files with 1129 additions and 10 deletions

View File

@@ -33,11 +33,9 @@
# Path and tool setup
#
ifdef ($(PX4_TARGET_OS),nuttx)
export PX4_TARGET_OS = nuttx
else
export PX4_TARGET_OS = linux
endif
#export PX4_TARGET_OS = nuttx
#export PX4_TARGET_OS = linux
export PX4_TARGET_OS ?= qurt
#
# Some useful paths.