1. 12 Jan, 2022 1 commit
  2. 17 Feb, 2019 1 commit
  3. 13 Jan, 2019 1 commit
    • Marcel Stör's avatar
      Re-organize documentation · b126c6b2
      Marcel Stör authored
      Drop support for localized content, #2213
      
      Restructure some content to match more closely what we have in master, #2542
      b126c6b2
  4. 28 Dec, 2018 1 commit
  5. 21 Sep, 2016 1 commit
    • Philip Gladstone's avatar
      Fixes the spiffsimg issues (#1502) (#1503) · 5ba1a6e9
      Philip Gladstone authored
      * Always build spiffsimg (and make it build)
      
      * Make sure that we have the offset before allowing the user to put it
      into the output filename
      
      * Fix the documentation and align the makefile with the docs
      
      * Clean up the docs a bit more
      
      * Revert to include building the 8mb size (for ESP8285)
      
      * Added a spiffsimg target that does what you would expect
      
      * Added support for HOSTCC (defaults to gcc)
      5ba1a6e9
  6. 05 Jun, 2016 1 commit
    • Philip Gladstone's avatar
      Upgrade to latest SPIFFS and add building of file systems (#1226) · af39a0bc
      Philip Gladstone authored
      Fixes #1164 and thus also #1150, #1149, #1147 and #898.
      
      * Move to latest version of SPIFFS
      * Add SPIFFS porting layer for NodeMCU
      * Add option to delete output if it doesn't fit
      * Change FLASHSIZE to be in bits by default: default 4mb 32mb
      * Add SPIFFS_MAX_FILESYSTEM_SIZE override
      * Add notes on SPIFFS_FIXED_LOCATION
      * Add 1M boundary
      * Include the current version of the LICENSE
      af39a0bc