Files
littlefs/tests
Christopher Haster 9886ebf51e Dropped LFSR_TYPE_UNKNOWN
Returning the actual on-disk file type is probably more useful for users
as this gives them more information.

I was originally concerned about collisions with future internal types,
LFS_TYPE_TRAVERSAL, etc, needed for internal opened-list tracking, but
it turns out we can avoid problems by starting internal types at 0x80,
since on-disk file types are only 7-bits.

Code changes:

           code          stack
  before: 33710           2592
  after:  33694 (-0.0%)   2592 (+0.0%)
2024-06-10 03:31:06 -05:00
..
2024-05-28 12:44:44 -05:00
2024-06-10 03:31:06 -05:00
2024-05-28 12:44:44 -05:00