Memotech-Bill / pico-filesystem

Add support for STDIO on Files for the Raspberry Pi Pico using NEWLIB hooks
Other
16 stars 2 forks source link

Update FatFs to v0.15 (+ 3 patches?) #2

Open CHiPs44 opened 11 months ago

CHiPs44 commented 11 months ago

http://elm-chan.org/fsw/ff/updates.html says v0.15 was released in November 2022, so this project should be upgraded from v0.14b (see fatfs/ff.c).

There are also 3 patches listed on http://elm-chan.org/fsw/ff/patches.html, last from Aug 15, 2023.

I can try to integrate and recompile test program to see if all still works.

Memotech-Bill commented 11 months ago

Looking at the list of changes from 0.14b to 0.15, I am not sure that any of them are significant for this project.

However if you would like to test the change I will consider a pull request.