Skip to content

Commit

Permalink
enlarge some tasks' stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
w2016561536 committed Mar 18, 2024
1 parent 901dc78 commit ecf1916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/px4/esp32s3/nuttx-config/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ CONFIG_SCHED_HPWORKSTACKSIZE=2048
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_LPNTHREADS=1
CONFIG_SCHED_LPWORKPRIORITY=100
CONFIG_SCHED_LPWORKSTACKSIZE=2048
CONFIG_SCHED_LPWORKSTACKSIZE=4096
# end of Work queue support

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ static constexpr wq_config_t hp_default{"wq:hp_default", 2048, -18};
static constexpr wq_config_t uavcan{"wq:uavcan", 3624, -19};

static constexpr wq_config_t ttyS0{"wq:ttyS0", 1728, -21};
static constexpr wq_config_t ttyS1{"wq:ttyS1", 1728, -22};
static constexpr wq_config_t ttyS2{"wq:ttyS2", 1728, -23};
static constexpr wq_config_t ttyS1{"wq:ttyS1", 2048, -22};
static constexpr wq_config_t ttyS2{"wq:ttyS2", 2048, -23};
static constexpr wq_config_t ttyS3{"wq:ttyS3", 1728, -24};
static constexpr wq_config_t ttyS4{"wq:ttyS4", 1728, -25};
static constexpr wq_config_t ttyS5{"wq:ttyS5", 1728, -26};
Expand Down

0 comments on commit ecf1916

Please sign in to comment.