Skip to content

Commit

Permalink
fix(studio): Reduce stack usage. (#2547)
Browse files Browse the repository at this point in the history
* Imply nanopb setting for reduced stack usage.
  • Loading branch information
petejohanson authored Oct 10, 2024
1 parent 78513af commit dab4b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/studio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dab4b2c

Please sign in to comment.