1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/fatfs
Benjamin Valentin c436c39ea8 pkg/fatfs: use page-wise read() and write()
The FAT file system operates on sectors (pages), so use the new
mtd_write_page() and mtd_read_page() functions.

This also avoids the wrap-around after reading/writing past 4 GiB.
2020-08-18 17:25:39 +02:00
..
fatfs_diskio/mtd pkg/fatfs: use page-wise read() and write() 2020-08-18 17:25:39 +02:00
fatfs_vfs pkg/fatfs/fatfs_vfs: fix fstat 2020-06-30 07:45:08 +00:00
doc.txt fixup! pkg: enhance doxygen packages documentation 2017-07-03 11:18:47 +02:00
Makefile pkg: adapt 'simple' packages to the new organization 2020-06-26 09:25:43 +02:00
Makefile.dep drivers/sdcard_spi: add auto_init_storage to DEFAULT_MODULE 2020-05-20 11:57:05 +02:00
Makefile.include pkg: don't copy Makefile in package build directory 2020-06-12 18:44:48 +02:00