1. 03 Oct, 2016 2 commits
  2. 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
  3. 16 Sep, 2016 1 commit
  4. 07 Sep, 2016 1 commit
  5. 06 Sep, 2016 1 commit
  6. 05 Sep, 2016 2 commits
  7. 04 Sep, 2016 1 commit
  8. 27 Aug, 2016 1 commit
  9. 20 Aug, 2016 1 commit
    • Marcel Stör's avatar
      Make DNS engine RFC 5452 compliant (#1324) · 5e01b511
      Marcel Stör authored
      The original code did not deal with UDP binding failures, this new code
      does one random port attempt and then sets port to 0 to get 'OS
      default' behaviour, and ASSERTs that that has to work.
      
      Patch also moves the local UDP port range definition to udp.h from
      udp.c.
      5e01b511
  10. 19 Aug, 2016 1 commit
  11. 18 Aug, 2016 1 commit
  12. 14 Aug, 2016 1 commit
  13. 13 Aug, 2016 1 commit
  14. 11 Aug, 2016 1 commit
  15. 04 Aug, 2016 1 commit
  16. 02 Aug, 2016 4 commits
  17. 24 Jul, 2016 1 commit
  18. 22 Jul, 2016 1 commit
  19. 20 Jul, 2016 2 commits
  20. 19 Jul, 2016 2 commits
  21. 17 Jul, 2016 2 commits
  22. 10 Jul, 2016 1 commit
  23. 28 Jun, 2016 2 commits
  24. 26 Jun, 2016 2 commits
  25. 16 Jun, 2016 1 commit
  26. 15 Jun, 2016 2 commits
  27. 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
  28. 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