Philip Gladstone
Philip Gladstone
My (not yet a PR) nodemcu/nodemcu-firmware#1164 generates either one or two spiffs image files. One is to fit in a small flash (512k) and the other into a large flash...
I had found: http://www.moetronix.com/ae4jy/pskcoredll.htm where there is downloadable LGPL licensed C++ library that does PSK decoding. Then there is also the psk code from fldigi: http://www.w1hkj.com/files/fldigi/fldigi-4.1.20.tar.gz -- look in the...
I wanted to use the Red Pitaya board itself. They make a very convenient (and reliable) monitoring system. I have found that using SparkSDR with (say) an HL-2 does not...
I'm coming at this from the nodemcu project -- I think that we should add a spiffs-check on each restart (as we have no idea when the power went away)....
Thinking about it some more, I suspect that things are working "correctly". The trouble is that once some level of fragmentation sets in, it is very difficult to recover. In...
I think that what I really want is to be able to find out the amount of remaining space on the file system -- such that if this space is...
As they say, adding an extra level of indirection solves many computer science problems! If you add a logical to physical block mapping, presumably you need to store the logical...
Also, is SPIFFS_check supposed to find things? E.g. at the end of a test: ``` fs consistency check output begin check: LOOKUP DELETE PAGE 0010 fs consistency check output end...
I have been experimenting with afl (the fuzzer) against spiffs, and it is finding a bunch of interesting issues. I'm going to do a PR with the modified code so...
I added a performance test to the tests: https://github.com/pjsg/spiffs/tree/write_perf This displays: ``` $ build/linux_spiffs_test -f slow_file_open_large adding suites... adding test slow_file_open_large 1 tests added running tests... TEST 1/1 : running...