1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/drivers/mtd
Benjamin Valentin 60eb75da3c mtd: rename mtd_write_page() -> mtd_write_page_raw()
The function will not abstract away the behavior of the underlying media
(e.g. whether only 1 -> 0 writes are possible without erase), thus rename it.
2021-01-26 11:48:26 +01:00
..
Kconfig drivers/mtd: add module to Kconfig 2020-11-18 18:38:49 +01:00
Makefile mtd: add a low level generic driver for flash file system 2017-03-16 11:23:53 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
mtd-vfs.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00
mtd.c mtd: rename mtd_write_page() -> mtd_write_page_raw() 2021-01-26 11:48:26 +01:00