mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Merge branch 'cmake-2' into cmake-2-pthread
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
px4_add_module(
|
||||
MODULE modules__attitude_estimator_q
|
||||
MAIN attitude_estimator_q
|
||||
COMPILE_FLAGS
|
||||
-Wframe-larger-than=1400
|
||||
STACK 1200
|
||||
SRCS
|
||||
attitude_estimator_q_main.cpp
|
||||
|
||||
@@ -36,7 +36,7 @@ px4_add_module(
|
||||
COMPILE_FLAGS
|
||||
-Weffc++
|
||||
-Wframe-larger-than=3400
|
||||
|
||||
-O3
|
||||
SRCS
|
||||
ekf_att_pos_estimator_main.cpp
|
||||
ekf_att_pos_estimator_params.c
|
||||
|
||||
@@ -36,7 +36,7 @@ px4_add_module(
|
||||
PRIORITY "SCHED_PRIORITY_MAX-30"
|
||||
STACK 1200
|
||||
COMPILE_FLAGS
|
||||
-Wframe-larger-than=1400
|
||||
-Wframe-larger-than=1500
|
||||
-Os
|
||||
SRCS
|
||||
sdlog2.c
|
||||
|
||||
@@ -37,7 +37,7 @@ px4_add_module(
|
||||
STACK 1200
|
||||
COMPILE_FLAGS
|
||||
-Wno-type-limits
|
||||
-Os
|
||||
-O3
|
||||
SRCS
|
||||
sensors.cpp
|
||||
sensor_params.c
|
||||
|
||||
Reference in New Issue
Block a user