On 11/4/2023 6:12 PM, Robert Middleton wrote:
I'm a little confused as to what the difference is between the MTD folder
and the EEPROM folder. It seems that both folders have support for the
at24xx and at25xx series of chips, so it's not obvious which one is
better.

MTD is more of a "heavyweight" solution that can support a higher level of functionality on Memory Technology Devices (MTDs) such as file systems or wear-leveling layers.

Most EEPPROMs are small, however, and it may not be practical to support a file system on top of the EEPROM.  So the lightweight character driver layer from Sebastien Lorquet.  This lightweight layer will support only character-oriented I/O via lseek, read, and write

Reply via email to