[stm32][lib] modify heap size to zero

This commit is contained in:
Meco Man
2021-10-11 17:03:39 -04:00
parent 1426e57db0
commit 698569c3ca
871 changed files with 1023 additions and 1023 deletions

View File

@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x2004FFFF;
/*-Sizes-*/
define symbol __ICFEDIT_size_cstack__ = 0x0400;
define symbol __ICFEDIT_size_heap__ = 0x0000;
define symbol __ICFEDIT_size_heap__ = 0x000;
/**** End of ICF editor section. ###ICF###*/
define memory mem with size = 4G;

View File

@@ -9,7 +9,7 @@ MEMORY
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 320k /* 320K sram */
}
ENTRY(Reset_Handler)
_system_stack_size = 0x200;
_system_stack_size = 0x000;
SECTIONS
{