Skip to content

Commit

Permalink
Increase stack size by 0x80 to provide some headroom
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Jan 29, 2025
1 parent fc5d0e4 commit 03992c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc_bootloader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (NOT USE_PRECOMPILED)
target_compile_definitions(enc_bootloader PRIVATE
# use stack guards, as AES variables are written near the stack
PICO_USE_STACK_GUARDS=1
PICO_STACK_SIZE=0x100
PICO_STACK_SIZE=0x180
# The following are to reduce the size of the binary
PICO_NO_PROGRAM_INFO=1
# No spinlocks used
Expand Down

0 comments on commit 03992c2

Please sign in to comment.