mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 05:43:51 -04:00
Update the RX GCC port - optimised build is working, unoptimised not.
This commit is contained in:
parent
1c56717a0f
commit
b2238eb8c0
33 changed files with 6601 additions and 229 deletions
|
@ -18,7 +18,7 @@
|
|||
void INT_Excep_SuperVisorInst(void){/* brk(); */}
|
||||
|
||||
// Exception(Undefined Instruction)
|
||||
void INT_Excep_UndefinedInst(void){/* brk(); */}
|
||||
void INT_Excep_UndefinedInst(void){ __asm volatile ("brk"); }
|
||||
|
||||
// Exception(Floating Point)
|
||||
void INT_Excep_FloatingPoint(void){/* brk(); */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue