STACK_MAIN increase default 1024 -> 2048

This commit is contained in:
Daniel Agar
2019-08-30 10:09:47 -04:00
committed by Lorenz Meier
parent 9ed2daef48
commit 78ef8aab2d
112 changed files with 7 additions and 132 deletions
-1
View File
@@ -33,7 +33,6 @@
px4_add_module(
MODULE modules__bottle_drop
MAIN bottle_drop
STACK_MAIN 1200
COMPILE_FLAGS
SRCS
bottle_drop.cpp
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__fixedwing_control
MAIN ex_fixedwing_control
STACK_MAIN 1200
STACK_MAX 1300
SRCS
main.cpp
-1
View File
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__hwtest
MAIN ex_hwtest
STACK_MAIN 2000
SRCS
hwtest.c
DEPENDS
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__matlab_csv_serial
MAIN matlab_csv_serial
STACK_MAIN 2000
SRCS
matlab_csv_serial.c
DEPENDS
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__px4_mavlink_debug
MAIN px4_mavlink_debug
STACK_MAIN 2000
SRCS
px4_mavlink_debug.cpp
DEPENDS
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__px4_simple_app
MAIN px4_simple_app
STACK_MAIN 2000
SRCS
px4_simple_app.c
DEPENDS
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__rover_steering_control
MAIN rover_steering_control
STACK_MAIN 1200
STACK_MAX 1300
SRCS
main.cpp
-2
View File
@@ -33,8 +33,6 @@
px4_add_module(
MODULE examples__segway
MAIN segway
STACK_MAIN 1400
STACK_MAX 1400
SRCS
blocks.cpp
segway_main.cpp
@@ -33,7 +33,6 @@
px4_add_module(
MODULE examples__uuv_example_app
MAIN uuv_example_app
STACK_MAIN 2000
SRCS
uuv_example_app.cpp
DEPENDS