diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-09-24 09:48:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-09-24 09:48:08 -0400 |
commit | 4611bbac2341e9e586434b45637fe00ec0e33478 (patch) | |
tree | a86e9d77f97cb292ba87430e03b65655100e27f3 /Makefile | |
parent | a263d2ab4277f535f2a6edfd82ae0f67791e334a (diff) |
better elf management and error recovery
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ endif # Stack size to be allocated to the Cortex-M process stack. This stack is
# the stack used by the main() thread.
ifeq ($(USE_PROCESS_STACKSIZE),)
- USE_PROCESS_STACKSIZE = 0x400
+ USE_PROCESS_STACKSIZE = 8192
endif
# Stack size to the allocated to the Cortex-M main/exceptions stack. This
|