Going to extend basflash.c to
1.) load srec files to their RAM destination without flashing for testing 2.) load and flash srec files from SD card
This commit is contained in:
@@ -329,7 +329,7 @@ err_t verify(uint8_t *dst, uint8_t *src, uint32_t length)
|
||||
return OK;
|
||||
}
|
||||
|
||||
void flasher_load(char *flasher_filename)
|
||||
void srec_execute(char *flasher_filename)
|
||||
{
|
||||
DRESULT res;
|
||||
FRESULT fres;
|
||||
|
||||
Reference in New Issue
Block a user