0.1
This commit is contained in:
+1
-15
@@ -1,6 +1,5 @@
|
||||
#include "boot/entry.h"
|
||||
#include "boot/typedef.h"
|
||||
#include "drivers/eft/eft.h"
|
||||
|
||||
boot_entry_t entry_data[] = {
|
||||
{
|
||||
@@ -8,21 +7,8 @@ boot_entry_t entry_data[] = {
|
||||
.type = "operating system",
|
||||
.path = "/boot/boot.bin",
|
||||
.entry_function = main_entry
|
||||
},
|
||||
{
|
||||
.name = "ESP32S3-Recovery",
|
||||
.type = "recovery OS",
|
||||
.path = "/boot/recovery.bin",
|
||||
.entry_function = recovery_entry
|
||||
},
|
||||
{
|
||||
.name = "EFT Server",
|
||||
.type = "server shell",
|
||||
.path = "/drivers/eft/eft_server.bin",
|
||||
.entry_function = eft_server_shell
|
||||
}
|
||||
};
|
||||
|
||||
const int autostart_index = 0;
|
||||
|
||||
const int entry_table_count = 3;
|
||||
const int entry_table_count = 1;
|
||||
Reference in New Issue
Block a user