mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-06 06:53:52 +00:00
add grid control, etc
This commit is contained in:
parent
121691b5e1
commit
25dd4bf182
5 changed files with 162 additions and 54 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue