Description
I found maybe LittleFS's specification and design documents lacks some information when I tried to implement the lightweight read-only LittleFS implementation for some lightweight scenarios like boot from MBR, handler for archivers, and etc.
For example, we don't know the maximum LittleFS volume size for current LittleFS implementation. Maybe is a number which near the 2^64 bytes if block size and block count are 0xFFFFFFFF. But I don't think it's a correctly value in current implementation. So, I open an issue.
Current we know the maximum file size for current implementation from the header file should about 2GiB. But I think that should also be mentioned in the documents. (Maximum file name and attribute length should also be mentioned in the documents too.)
Kenji Mouri