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.
Beep boop, this is an automatic PR to bring in littlefs
v2.10.0
. My script is running here.Maintainers should be able to edit this PR if needed.
Release notes
https://github.com/littlefs-project/littlefs/releases/tag/v2.10.0
Changes
3d03864
Bumped minor version to v2.10dae656a
Fix prettyasserts.py for pointer asserts469c863
Assert on NULL IO function215613e
gha: Fixed x86-only statuses999ef66
paths: Changed CREAT with a trailing slash to return NOTDIRb735c8f
paths: Added tests over NOENT + trailing slash/dot3094705
paths: Extended tests to cover open with CREAT/EXCL80ca1ea
paths: Reject empty paths815f0d8
paths: Fixed dots followed by dotdotsdc92dec
paths: Reject dotdots above roota603507
paths: Fixed/doc trailing slash/dot POSIX incompatibilities232e736
paths: Added trailing slashes and dots tests0de0389
paths: Reworked test_paths to cover more corner cases1407db9
Added links to ramcrc32bd and ramrsbdea431bd
Added some checks that metadata_max makes sense2d62d2f
Fixed metadata_max==prog_size commit->end calculation1f82c0f
Added some metadata_max testinga2c2e49
Write the detect cycles function as a function to optimize codeabaec45
Fixed seek undefined behavior on signed integer overflowf1c430e
Added some tests around seek integer overflow/underflow4a845be
Rename LFS_USER_DEFINES to LFS_DEFINESe1636d0
Add an alternative way to override LFS_MALLOC etc798073c
gha: Dropped minor/patch version pinning of actions7db9e16
gha: Switched to standard da for cross-workflow downloads2c4b262
gha: Merge artifacts on download72a4b57
gha: Make the artifact names unique6e72698
gha: Update github actions to the latest versionsac20758
Fixed some more LFS_TRACE format specifiers