Skip to content

Releases: lorol/arduino-esp32fs-plugin

Update to support Big Sur

04 Feb 02:54
Compare
Choose a tag to compare
2.0.7

Separated shell scripts

Improved espota upload of large image

22 Dec 03:07
Compare
Choose a tag to compare
Bugfixes
Changed sysExec() to be based on: https://www.infoworld.com/article/2071275/when-runtime-exec---won-t.html
The original way hangs on long uploading.

Added custom partition csv file processing from sketch folder

24 Nov 16:19
Compare
Choose a tag to compare
  1. If a file named "partition csv" is present in the sketch folder, it will be used instead of an IDE-provided file by selecting a partition scheme from the menu. Note for the sketch build and upload IDE considers the max app size from menu selection, but it uses your custom file.
    espressif/arduino-esp32#4551
  2. Partition csv file line' Offset(Start address) and Size values containing 0x 0X hexadecimal or M,m,K,k bytes are parsing similarly to
    https://github.com/espressif/arduino-esp32/blob/master/tools/gen_esp32part.py
    as described at
    https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#offset-size

Provided also esp32fs_no_compress.zip variant with --no-compress esptool calling until is fixed. See:
espressif/esptool#577
Use it if you have problems with large data partitions.

Other assets (mktools) were removed from latest release downloads. Use previous releases if you need them.

Added esp32s2 chip detection

10 Nov 04:34
Compare
Choose a tag to compare

Other assets are removed. Use previous releases if you need them

Added a choice to "Erase All Flash"

09 Oct 16:22
Compare
Choose a tag to compare

Arduino IDE does not offer direct way to erase entire flash of esp32 so I added an entry to this tool that calls esptool to perform flash erase.
2020-11-09: Updated mkfatfs.tar.gz (the old one was with wrong file type, no tar)

Update of mklittlefs, default choice changed to LittleFS

31 Jul 00:36
Compare
Choose a tag to compare
2.0.2

Change first choice (default) of drop-down to LittleFS

Universal tool for SPIFFS, LittleFS and FatFS

14 Jul 18:55
Compare
Choose a tag to compare

Minor typo corrections and tests done with three filesystems

Combined with LITTLEFS and FATFS

14 Jul 03:30
Compare
Choose a tag to compare

jar tool, binaries and modified library

Combined with LITTLEFS

09 Jul 02:48
Compare
Choose a tag to compare
Added message to show found espota, esptool, mklittlefs and mkspiffs …

…binaries path.