fix(core): Bump system work queue stack on RP2040.
This commit is contained in:
parent
a6ebdb7180
commit
c3d06b22c8
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ menuconfig ZMK_BLE
|
||||||
if ZMK_BLE
|
if ZMK_BLE
|
||||||
|
|
||||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||||
|
default 4096 if SOC_RP2040
|
||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
config ZMK_BLE_THREAD_STACK_SIZE
|
config ZMK_BLE_THREAD_STACK_SIZE
|
||||||
|
|
Loading…
Add table
Reference in a new issue