1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mtd_sdcard
Benjamin Valentin ba17c14aef drivers/mtd_sdcard: drop .write()
The old .write() function is only used as a fall-back if .write_page()
is not implemented.
We can drop it.
2023-12-13 16:50:41 +01:00
..
Kconfig drivers/mtd_sdcard: add mtd_sdcard_default module 2023-02-05 19:03:09 +01:00
Makefile Merge pull request #7324 from MichelRottleuthner/sdcard_mtd 2017-08-09 11:30:41 +02:00
Makefile.include drivers/mtd_sdcard: add mtd_sdcard_default module 2023-02-05 19:03:09 +01:00
mtd_sdcard.c drivers/mtd_sdcard: drop .write() 2023-12-13 16:50:41 +01:00