Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase stacks in drivers identified by stackcheck builds #11818

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/drivers/distance_sensor/cm8jl65/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@
px4_add_module(
MODULE drivers__cm8jl65
MAIN cm8jl65
STACK_MAIN 1400
SRCS
cm8jl65.cpp
cm8jl65_parser.cpp
2 changes: 1 addition & 1 deletion src/drivers/pmw3901/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ px4_add_module(
MAIN pmw3901
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
STACK_MAIN 1200
STACK_MAIN 1400
SRCS
pmw3901.cpp
)
2 changes: 1 addition & 1 deletion src/systemcmds/ver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
px4_add_module(
MODULE systemcmds__ver
MAIN ver
STACK_MAIN 1024
STACK_MAIN 1224
COMPILE_FLAGS
SRCS
ver.c