Search found 4 matches

by gottit
Fri Jan 27, 2023 9:55 am
Forum: ESP32 Arduino
Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
Replies: 13
Views: 7902

Re: Arduino IDE v2.0.3 missing SPIFFS upload tool

I don't think SPIFFS is deprecated, just discouraged. It has serious flaws which can result in data loss or failure to perform. These issues are inherent to the pseudo-indexed file system, so littlefs is a much better choice. I was talking about LittleFS, not SPIFFS. If i rembmer correctly there wa...
by gottit
Fri Jan 27, 2023 9:53 am
Forum: ESP-IDF
Topic: LittleFS support
Replies: 3
Views: 2300

Re: LittleFS support

Yes, I found it.
I was confused because it was once mentioned on the "Storage" API pages, if I remember correctly.

All good, thank you!
by gottit
Thu Jan 26, 2023 10:12 am
Forum: ESP32 Arduino
Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
Replies: 13
Views: 7902

Re: Arduino IDE v2.0.3 missing SPIFFS upload tool

Acuario wrote:
Sun Dec 25, 2022 5:26 am
..just one point, SPIFFS has been deprecated, you should use LittleFS instead.
Has it really been deprecated? On the esp-idf API reference there is no mention of LittleFS anymore, only SPIFFS
by gottit
Thu Jan 26, 2023 10:10 am
Forum: ESP-IDF
Topic: LittleFS support
Replies: 3
Views: 2300

LittleFS support

Hello,
has the support for LittleFS been dropped in esp-idf v4.4?
I read a bit about it and it seems to be a better alternative to SPIFFS, but there is no mention of it anymore on the API reference.

Thank you