Home
last modified time | relevance | path

Searched refs:fatfs (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/
H A DKconfig42 bool "Enable elm-chan fatfs"
94 … if you use some spi nor flash for fatfs, please set this the erase sector size, for example 4096.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dff.h271 FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters …
H A Dff.c4334 FATFS** fatfs /* Pointer to return pointer to corresponding file system object */ argument
4348 *fatfs = fs; /* Return ptr to the fs object */
/nrf52832-nimble/rt-thread/
H A DChangeLog.md353 * Fix the elm fatfs umount issue; (liu2guang)
1114 5646189b29: elm fatfs支持mkfs,并且无需提前执行dfs_mount; mount/umount/mkfs操作也不会引起reset
1118 a4d661dcf1: 修正dfs_elm.c中一处内存泄露,并且在mount fatfs失败时执行 umount fatfs操作