SdFat-beta icon indicating copy to clipboard operation
SdFat-beta copied to clipboard

Beta SdFat for test of new features

Results 33 SdFat-beta issues
Sort by recently updated
recently updated
newest added

Bill, I'm trying to get `SdFatSdioEX` and `FatFileSystem` to work with [my SD terminal library](https://github.com/PowerBroker2/SdTerminal), but it fails with the following error: ``` C:\Users\ltber\OneDrive\Documents\Arduino\libraries\SdTerminal\src/SdTerminal.h:20:13: error: 'FatFileSystem' has not been declared...

Using Arduino IDE. The Sample RTCTimeStampTest (and some others examples also) does not compile with ESP8266WiFi.h included #include if (!file.open("RtcTest.txt", FILE_WRITE)) { exit status 1 'class fs::File' has no member...

Hi i download beta version SdFat, when replace 1:1 with stable 1.1.2 and now have error: 'mbr_t', 'mbr', 'part_t', 'pt' was not declared in this scope. My program was tested...

I am using ESP32 on Arduino but after format MicroSD by PC (ExFat format), when createBinFile done on ExFatLogger.ino, I get always "error: preAllocate Failed". Could you please advice how...

Bill, In 2016 I used a zip file from stepl https://forum.pjrc.com/threads/45647-k6x-LAN8720(A)-amp-lwip to test T3.6 SDHC with lwIP servers (httpd, ftpd, tftpd). Teensy 4.1 will have Ethernet, so I re-visited the...

Hi Bill, Is there a way to create a contiguous file if I declare a file of type ExFile or FsFile ? I am trying to use this in a...

When I use O_RDWR as oflag value for openNext, it fails to open the next file. O_WRITE and O_WRONLY also don't seem to work. I'm running the code on a...

Hi, I'm using this library to write the files that I transfer from my PC to the SD card via Arduino. However when I open a file, read it's contents,...

Bill, is a sync() (or flush()) still required with this BETA version, when using the SDIO FIFO mode? Our current code base performs the occasional (every 100 writes), a sync...

Bill: Personal thanks for all your work in developing SdFat - without which many uMakers worldwide would not be using sd cards! Needed your Beta 2 to finally get a...