Peter Andersson
Peter Andersson
I'm not surprised. It is very hard finding test case params for suitable for all possible combinations of configs. E.g. the nodemcu config is something i wouldn't dreamed off. 😉...
Okidoki, let's begin with the error codes: errors -10001 (`SPIFFS_ERR_FULL`) - most probably the metadata took too much space for the testcase to finish properly. Smaller page sizes gives more...
Ok, thanks for the input. Yes, having different configs for different sizes of flash is a good idea, but not mandatory of course. Good luck with the futzing, yell if...
Ah yes, I tracked it down to the same. Good finding! Your reasoning is correct above. Two things: first, when writing the test cases I had 64k blocks in mind....
Sorry, no. Seems to be an esp-open-rtos thing. Saw that you got a -10050 somewhere. That's nothing spiffs really spits out, but I found some stuff in esp-open-rtos's integration parts...
Sorry, need more info. What processor? ESP? What toolchain? Do you have more code to show? Did you do the integration yourself or not?
I gather this issue should be under the esp-open-rtos project instead, but I think you're missing ```C #include "esp_spiffs.h" ```
As mentioned, I think it would be a lot safer asking this on the esp-open-rtos project. In their [spiffs example](https://github.com/SuperHouse/esp-open-rtos/blob/master/examples/spiffs/spiffs_example.c) it is NOT added, so I would not recommend it....
Hi, If I recall correctly, the msb is an index bit, so max nbr of files is 16383. Magnitudes around 20 files should definitely be ok. Den tors 11 nov....
Hmm, that is weird. I ran this in the testbench without problems. There are less than 32 filedescs in the setup. What's you config? ```C TEST(remove_eats_fd_152) { int res, i,...