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:
2020-12-07 12:55:10 +01:00
parent 1d46ef5fea
commit afb8a677f1
5 changed files with 19 additions and 276 deletions

View File

@ -104,6 +104,11 @@ SECTIONS
KEEP (*(.dtors))
} >flash AT>flash :flash
.except :
{
*(.gcc_except_table.*)
} >flash AT>flash :flash
.lalign :
{
. = ALIGN(4);