Skip to content

Commit

Permalink
slicemk: increase default stack sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Mar 1, 2023
1 parent 625c522 commit b0efcde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE=512

# Increase stacks to reduce possibility of an overflow.
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_ZMK_BLE_THREAD_STACK_SIZE=2048
CONFIG_ZMK_BLE_SPLIT_CENTRAL_SPLIT_RUN_STACK_SIZE=2048
CONFIG_ISR_STACK_SIZE=2048

0 comments on commit b0efcde

Please sign in to comment.