check first XSPN result value in FW, add gcc_except_table, replace
self-made printf with one from the lib.
This commit is contained in:
@ -104,6 +104,11 @@ SECTIONS
|
||||
KEEP (*(.dtors))
|
||||
} >flash AT>flash :flash
|
||||
|
||||
.except :
|
||||
{
|
||||
*(.gcc_except_table.*)
|
||||
} >flash AT>flash :flash
|
||||
|
||||
.lalign :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
|
Reference in New Issue
Block a user