Integrated eflash_loader

This commit is contained in:
Marek Kraus
2023-01-09 21:23:46 +01:00
parent 59cf5fb038
commit 279f2433ea
11 changed files with 8398 additions and 43 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ struct blisp_chip blisp_chip_bl61x = {
.usb_isp_available = true,
.default_xtal = "-", // ?
.handshake_byte_multiplier = 0.003f,
.needs_eflash_loader = false
.get_eflash_loader = NULL
};