Loading...
Searching...
No Matches
Native extra API for EEPROM

Implementation of EEPROM buffer persistence in file. More...

Detailed Description

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.
 

Macro Definition Documentation

◆ EEPROM_FILEPATH_MAX_LEN

#define EEPROM_FILEPATH_MAX_LEN   (128U)

Maximum path len to store the EEPROM filepath.

Definition at line 31 of file eeprom_native.h.

Function Documentation

◆ eeprom_native_read()

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.