mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 15:37:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user