Skip to content

Commit

Permalink
slicemk: increase default sizes (2024-05-16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Jun 23, 2024
1 parent d021e7e commit 7e27314
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ rsource "boards/shields/*/Kconfig.defconfig"
rsource "boards/shields/*/Kconfig.shield"
rsource "boards/Kconfig"

rsource "Kconfig.slicemk"

mainmenu "ZMK Firmware"

menu "ZMK"
Expand Down
14 changes: 14 additions & 0 deletions app/Kconfig.slicemk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
config MAIN_STACK_SIZE
default 2048

config SYSTEM_WORKQUEUE_STACK_SIZE
default 2048

config ZMK_BEHAVIORS_QUEUE_SIZE
default 512

config ZMK_BLE_THREAD_STACK_SIZE
default 2048

config ZMK_SPLIT_CENTRAL_SPLIT_RUN_STACK_SIZE
default 2048

0 comments on commit 7e27314

Please sign in to comment.