Tagged: LittleFS

Littlefs, the high-integrity embedded file system in Mbed OS is optimized to work with a limited amount of RAM and ROM. It avoids recursion, limits dynamic memory to configurable buffers and at no point stores an entire storage block in RAM. By focusing on a small set of multipurpose data structures, this high-integrity embedded file system uses 13K less ROM than FAT and 4K less RAM.

Raspberry Pi Pico and rp2040 boards: integrated LittleFS filesystem 4

Raspberry Pi Pico and rp2040 boards: integrated LittleFS filesystem – 2

We continue to explore the rp2040 devices, very interesting microcontrollers. All prototype boards come with integrated SPI Flash. Raspberry Pi selected the LittleFS filesystem to manage this storage, a good compromise between functionality and performance.

ESP32 integrated LittleFS FileSystem 4

ESP32: integrated LittleFS FileSystem – 5

LittleFS was recently added and focuses on higher performance and directory support, but has a higher resource consumption and occupancy per file, although not by default for esp32 it should be remembered that it takes up less resources than FatFS.

Send email with attachments esp8266 esp32 library 38

Send emails with attachments (EMailSender v2.x library): esp32 and esp8266 – 2

Today for esp8266 and esp32.
Here I’d like to explain the version 2 of the EMailSender library, a big evolution respect to version 1, with support for Arduino with w5100, w5200 and w5500 ethernet shield and enc28J60 clone devices, and support for esp32 and esp8266.
Now you can add attachments also, loaded from storage device like SD, SPIFFS or LittleFS per esp8266.