shrink stack size, add marker info temporally

This commit is contained in:
TT 2016-10-27 19:25:50 +09:00
parent 0d6c718a47
commit 17188a0418
4 changed files with 94 additions and 5 deletions

View file

@ -66,7 +66,7 @@ endif
# Stack size to the allocated to the Cortex-M main/exceptions stack. This
# stack is used for processing interrupts and exceptions.
ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
USE_EXCEPTIONS_STACKSIZE = 0x400
USE_EXCEPTIONS_STACKSIZE = 0x300
endif
#