mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-17 22:29:21 +08:00
fix(drivers/mcp23xxx): increase main stack to avoid overflow
Stack usage of the mcp23009/mcp23017 GPIO drivers increased with NuttX 12.12, bump STACK_MAIN to 2560. Co-authored-by: marinauterion <224611774+marinauterion@users.noreply.github.com> Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
This commit is contained in:
co-authored by
marinauterion
parent
049682940b
commit
21898b028e
@@ -34,6 +34,7 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__gpio__mcp23009
|
||||
MAIN mcp23009
|
||||
STACK_MAIN 2560
|
||||
SRCS
|
||||
MCP23009_main.cpp
|
||||
MCP23009.cpp
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__gpio__mcp23017
|
||||
MAIN mcp23017
|
||||
STACK_MAIN 2560
|
||||
SRCS
|
||||
MCP23017_main.cpp
|
||||
MCP23017.cpp
|
||||
|
||||
Reference in New Issue
Block a user