The ARM11 exception handlers are now working.
Refactored the exception handling code in general.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#pragma once
|
||||
|
||||
void __attribute__((noreturn)) mcuReboot(void);
|
||||
void clearDCacheAndDMB(void);
|
||||
|
||||
void FIQHandler(void);
|
||||
void undefinedInstructionHandler(void);
|
||||
void dataAbortHandler(void);
|
||||
|
||||
Reference in New Issue
Block a user