Peter Andersson

Results 99 comments of Peter Andersson

Sorry for belated reply. Did you find the reason of the crash? Hopefully your back in the comfy Linux zone again 😉 Deleting and erasing are two different things. Delete...

@comino, what is the confiugration of your filesystem when it comes to logical page sizes and logical block sizes? I'll try to reproduce it here.

It is stated in the comment for `SPIFFS_probe_fs` that `One must be sure of the correct page size and that the physical address is correct in the probed file system...

Hi, it should work (tm). The file descriptors should definitely not get sporadically closed. You might want to enable the debug prints in spiffs_config.h, specifically SPIFFS_API_DBG, SPIFFS_DBG and SPIFFS_CACHE_DBG.

Right, the _align member should be zeroed (or something). The transition 0->1 discussion we take in #173. :)

Sorry for belated answer. @markrages Am I understanding this correctly, you're actually streaming the data i/o over wireless link??? Spiffs reads a lot, yes. This is due to the design...

Hi, In my opinion that is a good idea as it is more verbose than casting things everywhere, and I wished I would have done it that way from the...

Hi, yes, I believe that would be easy enough. Being curious here, what is the use case? Just so I understood it correctly, you want a config flag preventing users...

Hi, ah yes, that is a known "feature". The user calling of gc was a bit experimental to start with, but I admit above should work. It might have to...