there are some files in a directory,like file1,file2,file3...filen, This is the step: 1.lfs_dir_open a directory 2.lfs_dir_read and get some files,for example file1,flie2 3.lfs_remove some files that have not read by lfs_dir_read,for...
I created a user interface that let me make and read directories and make and read files on a PC. However when reading a sub directory with one file, I got in an infinite loop in the lfs_fs_traverse function when it was called from lfs_fs_size after the lfs_dir_read of the sub ...