Implementation of EEPROM buffer persistence in file. More...
Implementation of EEPROM buffer persistence in file.
Files | |
file | eeprom_native.h |
Macros | |
#define | EEPROM_FILEPATH_MAX_LEN (128U) |
Maximum path len to store the EEPROM filepath. | |
Functions | |
void | eeprom_native_read (void) |
Read the configured file containing the EEPROM content. | |
#define EEPROM_FILEPATH_MAX_LEN (128U) |
Maximum path len to store the EEPROM filepath.
Definition at line 31 of file eeprom_native.h.
void eeprom_native_read | ( | void | ) |
Read the configured file containing the EEPROM content.
This function is called once during the native instance startup.
The file can be configured in a macro EPPROM_FILE
via CFLAGS.