Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/fatfs: bump to r0.15 #19347

Merged
merged 1 commit into from
Mar 5, 2023
Merged

pkg/fatfs: bump to r0.15 #19347

merged 1 commit into from
Mar 5, 2023

Conversation

benpicco
Copy link
Contributor

@benpicco benpicco commented Mar 4, 2023

Contribution description

  • Changed user provided synchronization functions in order to completely eliminate the platform dependency from FatFs code.
  • Fixed a potential error in f_mount when FF_FS_REENTRANT.
  • Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is true.
  • Fixed f_mkfs creates broken exFAT volume when the size of volume is >= 2^32 sectors.
  • Fixed string functions cannot write the unicode characters not in BMP when FF_LFN_UNICODE == 2 (UTF-8).
  • Fixed a compatibility issue in identification of GPT header.

http://elm-chan.org/fsw/ff/updates.html

Testing procedure

Issues/PRs references

 - Changed user provided synchronization functions in order to completely eliminate the platform dependency from FatFs code.
 - Fixed a potential error in f_mount when FF_FS_REENTRANT.
 - Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is true.
 - Fixed f_mkfs creates broken exFAT volume when the size of volume is >= 2^32 sectors.
 - Fixed string functions cannot write the unicode characters not in BMP when FF_LFN_UNICODE == 2 (UTF-8).
 - Fixed a compatibility issue in identification of GPT header.
@github-actions github-actions bot added the Area: pkg Area: External package ports label Mar 4, 2023
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Mar 4, 2023
@riot-ci
Copy link

riot-ci commented Mar 5, 2023

Murdock results

✔️ PASSED

6991b09 pkg/fatfs: bump to r0.15

Success Failures Total Runtime
6919 0 6919 13m:33s

Artifacts

@maribu
Copy link
Member

maribu commented Mar 5, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Mar 5, 2023

Build succeeded:

@bors bors bot merged commit 3a325ba into RIOT-OS:master Mar 5, 2023
@benpicco benpicco deleted the pkg/fatfs-0.15 branch March 5, 2023 13:28
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.04 milestone Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants