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:
Markus Fröschle
2013-01-31 14:06:51 +00:00
parent 0e34080b4c
commit 75e9007f00
4 changed files with 180 additions and 4 deletions

View File

@@ -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;