mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 12:51:30 +00:00
Add run firmware in RAM feature
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
struct blisp_easy_transport {
|
||||
uint8_t type; // 0 - memory, 1 - FILE file_handle
|
||||
union {
|
||||
FILE* file_handle;
|
||||
struct {
|
||||
FILE* file_handle;
|
||||
int64_t file_size;
|
||||
} file;
|
||||
struct {
|
||||
void* data_location;
|
||||
uint32_t data_size;
|
||||
|
||||
Reference in New Issue
Block a user