Added function vfs_spiffs_truncate to solve issue https://github.com/espressif/esp-idf/issues/2234 (IDFGH-2880)#2241
Conversation
|
davctv seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Hi, What happen if the submodule (spiffs) mantainer will not include the feature (or doesn't reply to PR) I propose in its repository? In practice, the PR I propose here it is subjected to the PR on submodule. Thanks |
|
any progress on accepting this pull request? |
|
Hi @milamber-ls we need the respective PR merged into SPIFFS repository first, as soon as this happens we can accept this PR. |
changed LORA_IO0 -> LORA_IRQ added LORA_RST added SS
|
Thanks for your contribution again and sorry for the very slow turnaround, changes merged with b95d2e3 |
Hi,
I have added vfs_spiffs_truncate in esp_spiffs.c file.
I have also implemented the function in SPIFFS submodule. See here for the pull request to the repository
pellepl/spiffs#218
Thanks