Discussion:
[nuttx] [patch] i2c eeprom driver [1 Attachment]
Sebastien Lorquet sebastien@lorquet.fr [nuttx]
2018-02-14 09:47:14 UTC
Permalink
Hello Greg,

Here is a direct char driver for i2c eeproms, similar to the one existing for
SPI eeproms.

NuttX already contains a I2C eeprom driver, that maps a MTD device, and only
support one kind of EEPROM, defined at compilation time.

This one supports multiple different devices at runtime and offers a simple char
device, this is useful when an app just want to store config somewhere.

Dont hesitate to ask for patch updates if you dont like something.

Regards,

Sebastien
spudarnia@yahoo.com [nuttx]
2018-02-14 13:54:28 UTC
Permalink
Committed... Thanks!


Greg
Sebastien Lorquet sebastien@lorquet.fr [nuttx]
2018-02-14 14:40:00 UTC
Permalink
Thanks for the merge!

Sebastien
Post by ***@yahoo.com [nuttx]
 
Committed... Thanks!
Greg
Loading...