Skip to content

Releases: igrr/mkspiffs

0.2.3

08 Mar 03:36
Compare
Choose a tag to compare
  • Fixed output of --version command (thanks @kroegerama)

0.2.2

12 Feb 12:42
Compare
Choose a tag to compare

0.2.1

13 Oct 13:47
Compare
Choose a tag to compare
  • Include SPIFFS source code as a submodule
  • Use SPIFFS_ALIGNED_OBJECT_INDEX_TABLES=0 by default, set to 1 in -no-magic-length builds.

0.2.0

22 Sep 06:16
Compare
Choose a tag to compare

Changes

  1. Update SPIFFS to f5e26c4 (fixes creation of files larger than 24k)
  2. By default, don't include the following files/directories: .DS_Store, .git, .gitignore, .gitmodules. New option (-a) is provided to allow these files/directories to be included.
  3. Provide two versions of the binaries for each platform: normal one, and the one with "no-magic-length" in its name.
    • Normal version is compatible with the applications which use SPIFFS_USE_MAGIC_LENGTH=1.
    • "no-magic-length" version is compatible with applications which use SPIFFS_USE_MAGIC_LENGTH=0.

0.1.3

12 Sep 11:12
Compare
Choose a tag to compare
  • Unpacking fixes (#13, #22)
  • Fix adding files with names starting with a dot (#14)
  • Update SPIFFS to 0.3.7 (#23)
  • Append compilation flags defined on the command line (#19)

0.1.2

28 Oct 12:24
Compare
Choose a tag to compare
  • pack files recursively
  • unpack files from spiffs image
  • add debug output option and some error checking
  • update to SPIFFS 0.3.3

0.1.1

09 Sep 12:56
Compare
Choose a tag to compare