add grid control, etc

This commit is contained in:
TT 2016-11-28 09:17:54 +09:00
parent 121691b5e1
commit 25dd4bf182
5 changed files with 162 additions and 54 deletions

View file

@ -60,13 +60,13 @@ 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 = 0x200
USE_PROCESS_STACKSIZE = 0x280
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 = 0x300
USE_EXCEPTIONS_STACKSIZE = 0x280
endif
#