Search found 4 matches
- Fri Jan 27, 2023 9:55 am
- Forum: ESP32 Arduino
- Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
- Replies: 13
- Views: 11301
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...
- Fri Jan 27, 2023 9:53 am
- Forum: ESP-IDF
- Topic: LittleFS support
- Replies: 3
- Views: 3731
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!
I was confused because it was once mentioned on the "Storage" API pages, if I remember correctly.
All good, thank you!
- Thu Jan 26, 2023 10:12 am
- Forum: ESP32 Arduino
- Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
- Replies: 13
- Views: 11301
- Thu Jan 26, 2023 10:10 am
- Forum: ESP-IDF
- Topic: LittleFS support
- Replies: 3
- Views: 3731
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
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