qurt: Added patch for Eigen to use latest version

Updated to 7.2 Hexagon toolchain

Fixed issuse with stack usage

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-09-15 12:22:58 -07:00
parent 2a60ffd554
commit 1abd61303f
15 changed files with 317 additions and 48 deletions
+8 -3
View File
@@ -30,13 +30,18 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
set(MIXER_CFLAGS -Os)
if(${OS} STREQUAL "qurt")
list(APPEND MIXER_CFLAGS -Wframe-larger-than=2176)
else()
list(APPEND MIXER_CFLAGS -Wframe-larger-than=2048)
endif()
px4_add_module(
MODULE systemcmds__mixer
MAIN mixer
STACK 4096
COMPILE_FLAGS
-Wframe-larger-than=2048
-Os
COMPILE_FLAGS ${MIXER_CFLAGS}
SRCS
mixer.cpp
DEPENDS