Update to v2.3.0
Hi,
Wondering if there is any plans to update this to be in line with the latest changes you have? I can take a stab at it.
Do you see any major roadblocks?
Thanks
I have no interest in a special version for Particle. There are too many boards like Particle that are sort of Arduino like.
Do you see any major roadblocks?
V2.3.0 is very different the the version this library is based on and I am about to post a new version with many more changes. See SdFat-beta.
I have no interest in a special version for Particle. There are too many boards like Particle that are sort of Arduino like.
Do you see any major roadblocks?
V2.3.0 is very different the the version this library is based on and I am about to post a new version with many more changes. See SdFat-beta.
Thanks, will give it a shot based of that.
I can do a pull request to this library or would you prefer to wash your hands of it completely? I can just create a new one and manage it in parallel.
I can do a pull request to this library or would you prefer to wash your hands of it completely? I can just create a new one and manage it in parallel.
Create a new library. there are a number of special versions of SdFat and I don't host them. The Arduino SD.h is based on a very old SdFat, Adafruit has a fork Teensy has uses the latest version in SD.h, Earle Philhower has versions for Arduino-pico RP2040/RP2350 and ESP8266 and there are a number of others.
Be aware that I will be making major changes. I use programs like cppcheck, cpplint, clang-format which can result in huge number of changes and some of the code requires special translators like pioasm.