Files
littlefs/tests
Christopher Haster 039bdf91b4 Added lfsr_stat and integrated into dir tests
lfsr_stat is really a directory operation underneath, so it's good to
add to our testing while we are building up the dir tests.

It's interesting to note lfsr_stat and lfsr_dir_read are less
deduplicatable than their previous versions, since lfsr_stat can get
most of it's info from lfsr_mtree_pathlookup. Though there will probably
need to be some code sharing when we get to files with sizes.
2023-07-07 13:53:39 -05:00
..