mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 15:10:34 +08:00
QuRT: move to HexagonTools 7.4 toolchain
Some subsystems error on frame size without the included patches. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -30,13 +30,18 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
############################################################################
|
||||
set(MODULE_CFLAGS -Os)
|
||||
|
||||
if(NOT ${OS} STREQUAL "qurt")
|
||||
list(APPEND MODULE_CFLAGS
|
||||
-Wframe-larger-than=2200)
|
||||
endif()
|
||||
px4_add_module(
|
||||
MODULE modules__commander
|
||||
MAIN commander
|
||||
STACK 5000
|
||||
COMPILE_FLAGS
|
||||
-Wframe-larger-than=2200
|
||||
-Os
|
||||
${MODULE_CFLAGS}
|
||||
SRCS
|
||||
commander.cpp
|
||||
commander_params.c
|
||||
|
||||
Reference in New Issue
Block a user