Skip to content

Releases: greiman/SdFat

Add Move Constructor and bug fixes.

11 May 20:15
Compare
Choose a tag to compare

File copy constructors and file assignment operators have been made private by
default in 2.2.3 to prevent call by value and multiple copies of file instances.

Added Move Constructor.

SdFatConfig.h has options to make file constructors and assignment operators public.

Reformat, user SPI begin, SPI array functions, bug fixes

05 Apr 12:36
Compare
Choose a tag to compare
2.2.2

Reformat, user SPI begin, SPI array functions, bug fixes

New features, major internal changes, bug fixes

04 Jul 17:25
Compare
Choose a tag to compare
2.2.0

New features, major internal changes, bug fixes

Restructure for RTOS use, getName mods, bug fixes

24 Nov 13:31
Compare
Choose a tag to compare
2.1.2

Restructure for RTOS use, getName mods, bug fixes

Major restructing for portability and bug fixes.

31 Oct 14:14
Compare
Choose a tag to compare
Fix SdInfo example and file.timestamp. Remove Syscall::yield and SysC…

…all::halt

Fix SdInfo example and file.timestamp. Remove Syscall::yield and SysCall::halt.

Major restructuring for future portability to RTOS systems and RPI Pico.

Add UTF-8 Support

23 Aug 12:21
Compare
Choose a tag to compare
2.1.0

Add UTF-8 support

Fix Cortex-M0 Hard Fault

17 Jun 16:36
Compare
Choose a tag to compare
2.0.7

Fix Cortex-M0 Hard Fault

Fix for SparkFun Mbed Apollo3 Core

22 Mar 18:16
Compare
Choose a tag to compare
2.0.6

Fix for SparkFun Mbed  Apollo3 Core

Improved Teensy SDIO, new features, bug fixes

25 Feb 17:02
Compare
Choose a tag to compare
2.0.5

Improved Teensy SDIO, new features, bug fixes

Add SdFs::format(), improve "const correctness", zip doc.

30 Dec 15:15
Compare
Choose a tag to compare
2.0.4

Add SdFs::format(), improve "const correctness", zip doc