Open
Description
This issue follow the merge of SPIFFS implementation from #257 and discuss post merge actions and eventual improvement on this topic.
What is needed right now :
- Documentation
- Patch to hf_bog to rely on spiffs and not on overwriting it the old way (see HF_BOG fixes for spiffs #286 )
- Adapt lua script
read_pwd_mem.lua
to match new hf_bog - use PM3_SUCCESS and alike when it makes sense
- Migrate MFC/iclass/t55 dictionaries to SPIFFS
- Show some of the
mem spiffs info
details inhw status
, afterFlashmem_print_info
- New pass against client side commands, at least regarding Sanity checks
- SPIFFS side, transform all writing (copy, rename, etc) function to avoid the
RDV40_SPIFFS_FILETYPE_BOTH
, by means of precedence of eitherRDV40_SPIFFS_FILETYPE_REAL
orRDV40_SPIFFS_FILETYPE_SYMLINK
being authoritative.