fix(core): Bump system work queue stack on RP2040.
This commit is contained in:
parent
3a9216fb98
commit
a654b2d0a4
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