chrysn
|
d764e037bf
|
drivers/at2[45]: EEPROMs can be written byte-wise
See-Also: https://github.com/RIOT-OS/RIOT/pull/17683#discussion_r815362737
|
2022-03-31 10:58:52 +02:00 |
|
Benjamin Valentin
|
c569d9a1d9
|
drivers: add MTD_DRIVER_FLAG_DIRECT_WRITE to mtd drivers
- EEPROMs don't need read-modify-write cylce
- SD cards will handle read-modify-write internally
|
2021-01-28 11:51:28 +01:00 |
|
Benjamin Valentin
|
02f37b998a
|
drivers/at24cxxx: export page-wise write function
Export the _write_page() function so it can be used by the MTD subsystem.
|
2020-08-18 17:25:40 +02:00 |
|
fabian18
|
9ecd836443
|
drivers/at24cxxx: add MTD wrapper for at24cxxx EEPROMs
|
2020-05-20 19:20:05 +02:00 |
|