auto-sync
This commit is contained in:
parent
d7ca6f9140
commit
8767ee3c7d
|
@ -28,7 +28,7 @@
|
|||
/*
|
||||
* ST32F407xG memory setup.
|
||||
*/
|
||||
__main_stack_size__ = 0x0600;
|
||||
__main_stack_size__ = 0x1000;
|
||||
__process_stack_size__ = 0x0600;
|
||||
|
||||
MEMORY
|
||||
|
|
|
@ -50,8 +50,6 @@
|
|||
|
||||
#define PORT_IDLE_THREAD_STACK_SIZE 1024
|
||||
|
||||
#define PORT_INT_REQUIRED_STACK 768
|
||||
|
||||
#define CHPRINTF_USE_FLOAT TRUE
|
||||
|
||||
/**
|
||||
|
|
|
@ -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__];
|
||||
|
|
Loading…
Reference in New Issue