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 -3
View File
@@ -35,9 +35,7 @@ px4_add_module(
MODULE drivers__bmp280
MAIN bmp280
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
STACK_MAIN
1200
-Wno-cast-align # TODO: fix and enable
SRCS
bmp280_spi.cpp
bmp280_i2c.cpp
@@ -33,7 +33,6 @@
px4_add_module(
MODULE drivers__lps25h
MAIN lps25h
STACK_MAIN 1200
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
SRCS
@@ -33,7 +33,6 @@
px4_add_module(
MODULE drivers__mpl3115a2
MAIN mpl3115a2
STACK_MAIN 1200
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
SRCS
@@ -34,7 +34,6 @@
px4_add_module(
MODULE drivers__ms5611
MAIN ms5611
STACK_MAIN 1500
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
SRCS