mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
Supports these Maxim/Analog Devices eeproms with a scratchpad: DS2430,2431,2432,2433,28E04,28E07,28EC20. For each type of an eeprom, you create a new driver. Other than that, the driver is file oriented and supports seeks, for example. Signed-off-by: Stepan Pressl <pressl.stepan@gmail.com> |
||
|---|---|---|
| .. | ||
| 1wire.c | ||
| 1wire_crc.c | ||
| 1wire_ds2xxx.c | ||
| 1wire_internal.h | ||
| 1wire_read.c | ||
| 1wire_write.c | ||
| 1wire_writeread.c | ||
| CMakeLists.txt | ||
| ds28e17.c | ||
| Kconfig | ||
| Make.defs | ||