Added the entry point definiton to all stm32 linker scripts. This allows gdb to reset the target correctly on exit.
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
/* Enforce emmition of the vector table. */
|
||||
EXTERN (vector_table)
|
||||
|
||||
/* Define the entry point of the output file. */
|
||||
ENTRY(reset_handler)
|
||||
|
||||
/* Define sections. */
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user