Releases: rabbitholecomputing/SdFat
Releases · rabbitholecomputing/SdFat
Update to 2.2.3 and include back port of exFat fix
This back ports a beta fix from https://github.com/greiman/SdFat-beta/releases/tag/2.3.1-beta.3
Preallocated files on exFat formatted SD card were not reporting their proper size according to greiman#527 (comment)
This release includes the GPT and NoAruduino features for ZuluSCSI and ZuluIDE.
What's Changed
Full Changelog: 2.2.3-gpt...2.2.3-gpt-exfat
Update to 2.2.3 and include GPT and No Arduino
This update keep GPT support and includes a No Arduino build option
It includes all the latest commit from upstream for version 2.2.3
A couple things to note:
FILE_COPY_CONSTRUCTOR_SELECT=FILE_COPY_CONSTRUCTOR_PUBLIC
must defined as a build parameter for the current implementation of ZuluSCSI and ZuluIDE- For the no Arduino build SDFAT_NOARDUINO must be define as a build parameter. This is for GD32 targets
What's Changed
- Update SdFat for ZuluSCSI and ZuluIDE to latest upstream version, but keep GPT support by @morio in #1
New Contributors
Full Changelog: https://github.com/rabbitholecomputing/SdFat/commits/2.2.3-gpt