Skip to content

Commit

Permalink
uavcan: Increase uavcan main stack size
Browse files Browse the repository at this point in the history
I observed stack overflows when executing `uavcan params list`, so the
stack size probably needs to be increased.

Signed-off-by: Alex Mikhalev <alexmikhalevalex@gmail.com>
  • Loading branch information
amikhalev authored and dagar committed Oct 2, 2020
1 parent 25eca31 commit c648d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/uavcan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ add_custom_target(px4_uavcan_dsdlc DEPENDS px4_uavcan_dsdlc_run.stamp)
px4_add_module(
MODULE drivers__uavcan
MAIN uavcan
STACK_MAIN 4096
INCLUDES
${DSDLC_OUTPUT}
${LIBUAVCAN_DIR}/libuavcan/include
Expand Down

0 comments on commit c648d52

Please sign in to comment.