Bootloader pre-release

This commit is contained in:
devdl11
2022-04-25 18:22:19 +02:00
parent add333b920
commit 5ed8aef907
65 changed files with 1328 additions and 810 deletions

View File

@@ -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