-
**Is your enhancement proposal related to a problem? Please describe.**
The fatfs function f_mount has a parameter initialization option which describes the mounting option for the drive . This optio…
-
I have issues using Elm Cham's fatfs to mount pico's uf2 disk and figure out that Boot sector doesn't include FAT signature 55-AA at offset 510. Current implementation has FAT signature at MBR which …
-
I need to add the `io.Seeker` interface to `tinyfs.File` so I can read some data directly from littlefs storage instead of copying into memory first for some code that has to backtrack in the processi…
-
I have written a `Flash` struct that implements the `Read`, `Write` and `Read` traits for the Raspberry Pico's flash memory. I am trying to format the volume using `fatfs::format_volume` with the foll…
-
Hi, I am using this repo in my project as a submodule. I want to set irqShared to false in spi.c, but it would be good to change it with define without modifying the source file.
Now it is:
static…
-
When trying to cache huge FATs, the VMM (or the FAT driver) might corrupt the memory.
-
## Bug report
To implement clang cross-compile ardupilot, you need to specify for clang the header files and libraries to be used for arm-none-eabi-gcc compilation, for this I configured and compil…
Lqs66 updated
2 months ago
-
This is odd, and it took a while to sort out, but your example (`FatFS_SPI_example`) locks when the `strcmp()` function is reached (in `sd_get_by_name()`, `sd_get_fs_by_name()` and `process_stdio()`).…
-
I thought it was originally a problem with no input to the n64 controller port as I was on the everdrive menu. It actually appears to cause the video on the N64 to freeze, because the sound keeps goin…
-
HI,everyone, when complien ,i have the error :
Building FatFS library for ARM
make -C fatfs -f Makefile.arm
make[1]: Entering directory '/c/wii/Nintendont-master/fatfs'
CC ff-arm.o
make[…