mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Bootloader pre-release
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <drivers/reset.h>
|
||||
#include <drivers/timing.h>
|
||||
#include <bootloader/recovery.h>
|
||||
#include <bootloader/boot.h>
|
||||
|
||||
typedef void (*cxx_constructor)();
|
||||
|
||||
@@ -49,7 +50,7 @@ void __attribute__((noinline)) usage_fault_handler() {
|
||||
}
|
||||
|
||||
void __attribute__((noinline)) bus_fault_handler() {
|
||||
Bootloader::Recovery::crash_handler("BusFault");
|
||||
Bootloader::Boot::busErr();
|
||||
}
|
||||
|
||||
/* In order to ensure that this method is execute from the external flash, we
|
||||
|
||||
Reference in New Issue
Block a user