auto-sync

This commit is contained in:
rusEfi 2014-11-13 14:03:06 -06:00
parent d7ca6f9140
commit 8767ee3c7d
3 changed files with 2 additions and 4 deletions

View File

@ -28,7 +28,7 @@
/*
* ST32F407xG memory setup.
*/
__main_stack_size__ = 0x0600;
__main_stack_size__ = 0x1000;
__process_stack_size__ = 0x0600;
MEMORY

View File

@ -50,8 +50,6 @@
#define PORT_IDLE_THREAD_STACK_SIZE 1024
#define PORT_INT_REQUIRED_STACK 768
#define CHPRINTF_USE_FLOAT TRUE
/**

View File

@ -16,7 +16,7 @@ define symbol __ICFEDIT_size_heap__ = 0x400;
/**** End of ICF editor section. ###ICF###*/
/* Size of the IRQ Stack (Main Stack).*/
define symbol __ICFEDIT_size_irqstack__ = 0x400;
define symbol __ICFEDIT_size_irqstack__ = 0x1000;
define memory mem with size = 4G;
define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__];