URL
https://opencores.org/ocsvn/tv80/tv80/trunk
Subversion Repositories tv80
[/] [tv80/] [trunk/] [sc_env/] [app_localcfg/] [load_ihex.h] - Rev 107
Go to most recent revision | Compare with Previous | Blame | View Log
/* * load_ihex.h * * Created on: Feb 15, 2011 * Author: hutch */ #ifndef LOAD_IHEX_H #define LOAD_IHEX_H #include <stdint.h> int load_ihex (char *filename, uint8_t *buffer, int max); #endif
Go to most recent revision | Compare with Previous | Blame | View Log