drivers: eeprom: add API for EEPROM devices

Add API for accessing Electrically Erasable Programmable Read-Only
Memory (EEPROM) devices.

EEPROMs have an erase block size of 1 byte, a long lifetime, and allows
overwriting data on byte-by-byte access.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2019-10-20 21:22:03 +02:00 committed by Anas Nashif
commit a2a7b776cb
8 changed files with 177 additions and 0 deletions

View file

@ -87,4 +87,6 @@ source "drivers/kscan/Kconfig"
source "drivers/video/Kconfig"
source "drivers/eeprom/Kconfig"
endmenu