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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user