QuRT: Hello world app for QuRT

DSPAL for QuRT is still missing the pthreads exports and there is no
exported sleep function. These functions are stubbed out for the time being.

This is based on the 6.4.05 version of the Hexagon tools.

The Hexagon tools and DSPAL are needed to build the qurt target.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-22 08:48:48 -07:00
parent c77448747e
commit 6a439f7ddc
9 changed files with 139 additions and 123 deletions
+9
View File
@@ -149,9 +149,18 @@ testbuild:
posix:
make PX4_TARGET_OS=posix
nuttx:
make PX4_TARGET_OS=nuttx
qurt:
make PX4_TARGET_OS=qurt
posixrun:
Tools/posix_run.sh
qurtrun:
make PX4_TARGET_OS=qurt sim
#
# Unittest targets. Builds and runs the host-level
# unit tests.