fix(studio): Reduce stack usage. (#2547)

* Imply nanopb setting for reduced stack usage.
This commit is contained in:
Pete Johanson 2024-10-10 10:49:51 -06:00 committed by GitHub
parent 78513af73e
commit dab4b2cdf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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