Merge pull request #922 from swegener/for-upstream

stmhal: Set entry point for ELF binary debugging
This commit is contained in:
Damien George 2014-10-21 20:58:29 +01:00
commit b1e217222e
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ MEMORY
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x020000 /* 128 KiB */ RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x020000 /* 128 KiB */
} }
ENTRY(Reset_Handler)
/* produce a link error if there is not this amount of RAM for these sections */ /* produce a link error if there is not this amount of RAM for these sections */
_minimum_stack_size = 2K; _minimum_stack_size = 2K;
_minimum_heap_size = 16K; _minimum_heap_size = 16K;