fix(studio): Reduce stack usage. (#2547)
* Imply nanopb setting for reduced stack usage.
This commit is contained in:
parent
78513af73e
commit
dab4b2cdf3
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue