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 307720cbfc
commit d759370bfc
4 changed files with 180 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* bas_types.h
* s19reader.h
*
* Created on: 17.11.2012
* Author: mfro
@@ -26,6 +26,6 @@
#ifndef _S19READER_H_
#define _S19READER_H_
extern void flasher_load(char *flasher_filename);
extern void srec_execute(char *filename);
#endif /* _S19READER_H_ */