avsa242 / sdfat-spin

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

Add support for reading 'system' date, time #11

Open avsa242 opened 2 years ago

avsa242 commented 2 years ago

Set this up so it can be read via pointer - that way a user can independently run e.g., an RTC driver and trigger an update of the current time, and then do some file I/O that can use the current date/time.

avsa242 commented 2 years ago

This actually should be implemented in FATfs instead.