avsa242 / sdfat-spin

FAT-fs on SD implementation for the P8X32A/Propeller, P2X8C4M64P/Propeller 2
Other
0 stars 0 forks source link

add SYNC_IO file mode #19

Open avsa242 opened 2 years ago

avsa242 commented 2 years ago

Optional mode for fopen(), to indicate to fwrite() that writes should be committed immediately, not deferred until the sector buffer is full.

avsa242 commented 2 years ago

depends on #15