Add exception vectors & low-level handlers
At the moment these are almost bit-for-bit copies of the vector behaviour in the RTOS SDK, but hopefully that will start to change. Progress towards #2
This commit is contained in:
parent
d4a503f320
commit
ed7ba52c9a
5 changed files with 261 additions and 38 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <common_macros.h>
|
||||
|
||||
void sdk__xt_int_exit (void);
|
||||
void sdk__xt_user_exit (void);
|
||||
void _xt_user_exit (void);
|
||||
void sdk__xt_tick_timer_init (void);
|
||||
void sdk__xt_timer_int1(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue