mirror of https://github.com/zmkfirmware/zmk.git
fix(studio): Reduce stack usage. (#2547)
* Imply nanopb setting for reduced stack usage.
This commit is contained in:
parent
78513af73e
commit
dab4b2cdf3
|
|
@ -35,6 +35,7 @@ menuconfig ZMK_STUDIO_RPC
|
|||
# These two save stack size
|
||||
imply NANOPB_NO_ERRMSG
|
||||
imply NANOPB_WITHOUT_64BIT
|
||||
imply NANOPB_NO_ENCODE_SIZE_CHECK
|
||||
imply ZMK_STUDIO_LOCKING if !ARCH_POSIX
|
||||
select CBPRINTF_LIBC_SUBSTS if ARCH_POSIX
|
||||
select SETTINGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue