1. 24 Oct, 2016 1 commit
  2. 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
  3. 06 Sep, 2016 1 commit
  4. 05 Sep, 2016 1 commit
    • Arnim Läuger's avatar
      Add FatFs and SD card support (#1397) · ecf8bd98
      Arnim Läuger authored
      * Add FatFs
      * enable BUILD_FATFS for all-module build
      * push vfs into rest of firmware
      * align maximum filename length
      * increase timeout for acmd41 during card initialization
      * switch from DOS to Unix path semantics chdrive() is substituted by chdir()
      * update to fatfs R.012a incl. patches 1-6
      * add callback for rtc provisioning in file
      * update docs
      ecf8bd98
  5. 14 Aug, 2016 1 commit
  6. 22 Jul, 2016 1 commit
  7. 13 Jul, 2016 1 commit
  8. 26 Jun, 2016 1 commit
  9. 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
  10. 10 Mar, 2016 1 commit
    • philip's avatar
      Adds support for verifying the certificate offered by an SSL server. · 501bd1fb
      philip authored
      Squashed commit of the following:
      
      commit 4439b8c45192f6dee1222df78bbb59f74509e0ee
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:23:21 2016 -0500
      
          Fix the ignore
      
      commit a07ee5acdf91286607c3e2dce128c9b8bfd7bd80
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:20:41 2016 -0500
      
          Remove uneeded stuff
      
      commit b3604ace92fc13b30161d385c354b0f1c5fe4046
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:15:26 2016 -0500
      
          Remove client cert auth
      
      commit 6e48c633569630736a986cd07a59a12de954391e
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:11:42 2016 -0500
      
          More cleanup
      
      commit d40eade405ef071d0d1b60d038566b5b8f2cafa3
      Author: philip <philip@gladstonefamily.net>
      Date:   Sat Mar 5 10:56:56 2016 -0500
      
          Move to almost working version
      
      commit 1860a2d90afa94461c53bd41251d4870d6527f9d
      Author: philip <philip@gladstonefamily.net>
      Date:   Fri Mar 4 08:04:09 2016 -0500
      
       ...
      501bd1fb
  11. 20 Feb, 2016 1 commit
  12. 16 Nov, 2015 1 commit
  13. 03 Nov, 2015 2 commits
  14. 12 Oct, 2015 1 commit
  15. 02 Jul, 2015 2 commits
  16. 24 Jun, 2015 1 commit
  17. 23 Jun, 2015 1 commit
    • Johny Mattsson's avatar
      Move constants to ROM. Frees up 16k+ of RAM. · b0f9788a
      Johny Mattsson authored
      Accessing 8bit and 16bit constants from ROM rather than RAM comes with a
      performance cost, as these loads go through the load/store exception
      vector. Any performance critical constants can be forced back into RAM
      as RAM_CONST_ATTR.
      
      The entry point has changed from call_user_start() to user_start_trampoline()
      in order for the exception handler to be installed early enough.
      b0f9788a
  18. 25 Mar, 2015 1 commit
  19. 09 Feb, 2015 1 commit
  20. 06 Feb, 2015 1 commit
    • Lukas Schauer's avatar
      Use python2 instead of python(2/3) · 40874baa
      Lukas Schauer authored
      On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch.
      
      This patch shouldn't break compatibility with older systems.
      40874baa
  21. 23 Jan, 2015 1 commit
  22. 10 Jan, 2015 2 commits
  23. 09 Jan, 2015 1 commit
  24. 05 Jan, 2015 1 commit
  25. 22 Dec, 2014 2 commits