add ENTRY(Reset_Handler) to linker of samd21 and samd51 board

fix #303
This commit is contained in:
hathach
2020-03-28 22:25:07 +07:00
parent 1712b61ab6
commit ad2824df8b
8 changed files with 15 additions and 2 deletions
@@ -44,6 +44,8 @@ MEMORY
/* The stack size used by the application. NOTE: you need to adjust according to your application. */
STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : DEFINED(__stack_size__) ? __stack_size__ : 0xC000;
ENTRY(Reset_Handler)
/* Section Definitions */
SECTIONS
{