mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 15:01:34 +00:00
Integrated eflash_loader
This commit is contained in:
@@ -19,7 +19,8 @@ struct blisp_chip { // TODO: Move elsewhere?
|
||||
bool usb_isp_available;
|
||||
float handshake_byte_multiplier;
|
||||
const char* default_xtal; // TODO: Make this selectable
|
||||
bool needs_eflash_loader;
|
||||
int64_t (*load_eflash_loader)(uint8_t clk_type, uint8_t** firmware_buf_ptr);
|
||||
uint32_t tcm_address;
|
||||
};
|
||||
|
||||
extern struct blisp_chip blisp_chip_bl60x;
|
||||
|
||||
Reference in New Issue
Block a user