Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
_ftello_r
implementation as it collides when linking. This fixed building for me.PATH_MAX
since it collides with another define.LittleFS could also support file timestamps through attributes although this would have to be implemented as an extra feature.
I'm not using pico-vfs from C directly but I made a Nim wrapper for it that I'm working on in my Pico SDK wrapper
https://github.com/daniel-j/picostdlib/blob/master/src/picostdlib/pico/filesystem.nim
https://github.com/daniel-j/picostdlib/tree/master/examples/filesystem
_ftello_r linking error:
Nice work on pico-vfs!