* * $Log: nvmem.c,v $ * Revision 1.6 2006/09/29 12:41:55 haraldkipp * Added support for AT45 serial DataFlash memory chips. Currently limited * to AT91 builds. * * Revision 1.5 2006/07/27 07:15:34 haraldkipp * Final SAM7X support added. * * Revision 1.4 2006/07/05 07:52:31 haraldkipp * Added Daidai's version of using the AT91SAM7X * on-chip flash for storing configuration data. * * Revision 1.3 2006/05/25 09:09:57 haraldkipp * API documentation updated and corrected. * * Revision 1.2 2006/04/07 12:29:42 haraldkipp * AT49BV flash memory support added. A single sector may be used to * store system configurations in case there is no EEPROM available. * * Revision 1.1 2006/01/23 17:26:19 haraldkipp * Platform independant routines added, which provide generic access to * non-volatile memory. * * *
Functions | |
int | NutNvMemLoad (u_int addr, void *buff, size_t siz) |
Read data from non-volatile memory. | |
int | NutNvMemSave (u_int addr, CONST void *buff, size_t len) |
Save data in non-volatile memory. |