1. 21 Sep, 2016 1 commit
    • Philip Gladstone's avatar
      Add the esp-gdbstub to enable debugging (#1506) · 04e93b24
      Philip Gladstone authored
      * Initial version of gdbstub support
      
      * Add DEBUG argument to Makefile to add more debug data and turn off -Os
      
      * Add the output redirection handling
      
      * Added documentation
      
      * Cleaned up the english a bit
      
      * Make gdboutput actually trap all the output
      
      * Review comments
      04e93b24
  2. 16 Sep, 2016 1 commit
  3. 07 Sep, 2016 1 commit
  4. 06 Sep, 2016 1 commit
  5. 05 Sep, 2016 2 commits
  6. 04 Sep, 2016 1 commit
  7. 27 Aug, 2016 1 commit
  8. 20 Aug, 2016 3 commits
  9. 19 Aug, 2016 1 commit
  10. 18 Aug, 2016 1 commit
  11. 14 Aug, 2016 1 commit
  12. 13 Aug, 2016 1 commit
  13. 11 Aug, 2016 1 commit
  14. 04 Aug, 2016 1 commit
  15. 02 Aug, 2016 4 commits
  16. 24 Jul, 2016 1 commit
  17. 22 Jul, 2016 1 commit
  18. 20 Jul, 2016 2 commits
  19. 19 Jul, 2016 2 commits
  20. 17 Jul, 2016 2 commits
  21. 10 Jul, 2016 1 commit
  22. 28 Jun, 2016 2 commits
  23. 26 Jun, 2016 2 commits
  24. 16 Jun, 2016 1 commit
  25. 15 Jun, 2016 2 commits
  26. 10 Jun, 2016 1 commit
    • Konrad Hübner's avatar
      added fadeIn, faceOut and shift to ws2812 module (#1343) · 500bbced
      Konrad Hübner authored
      * added fadeIn, faceOut and shift to ws2812 module
      
      * improvements to rotate, unified fade method
      
      shift renamed to rotate and usage of more efficient memory operations.
      fadeIn and fadeOut unified into fade method with optional parameter for direction.
      
      * rename method to "shift" with optional mode parameter
      500bbced
  27. 05 Jun, 2016 2 commits
    • Arnim Läuger's avatar
      Add pcm module. (#1255) · d4166489
      Arnim Läuger authored
      * Add pcm module.
      * Add network streaming example.
      * document hw_timer dependency with pwm
      * Add vu peak callback.
      d4166489
    • 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