1. 29 Oct, 2016 1 commit
  2. 28 Oct, 2016 1 commit
    • Arnim Läuger's avatar
      Remove luaL_buffer from file_g_read() (#1541) · 9db07783
      Arnim Läuger authored
      * remove luaL_buffer from file_g_read()
      - avoid memory leak when function gets terminated by lua_error
      - skip scanning for end_char when reading until EOF
      * attempt to free memory in any case
      9db07783
  3. 16 Oct, 2016 1 commit
  4. 13 Oct, 2016 1 commit
  5. 11 Oct, 2016 1 commit
  6. 01 Oct, 2016 1 commit
  7. 21 Sep, 2016 2 commits
    • Marcel Stör's avatar
      Fix typo · 90839f89
      Marcel Stör authored
      90839f89
    • 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
  8. 18 Sep, 2016 1 commit
  9. 16 Sep, 2016 1 commit
  10. 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
  11. 27 Aug, 2016 1 commit
  12. 25 Aug, 2016 2 commits
  13. 18 Aug, 2016 1 commit
  14. 13 Aug, 2016 1 commit
  15. 11 Aug, 2016 2 commits
  16. 08 Aug, 2016 1 commit
  17. 04 Aug, 2016 1 commit
  18. 02 Aug, 2016 2 commits
  19. 31 Jul, 2016 1 commit
  20. 25 Jul, 2016 1 commit
  21. 20 Jul, 2016 2 commits
  22. 19 Jul, 2016 1 commit
  23. 14 Jul, 2016 2 commits
  24. 09 Jul, 2016 1 commit
  25. 02 Jul, 2016 1 commit
  26. 29 Jun, 2016 1 commit
  27. 26 Jun, 2016 3 commits
  28. 21 Jun, 2016 1 commit
  29. 16 Jun, 2016 1 commit
  30. 15 Jun, 2016 1 commit
  31. 11 Jun, 2016 1 commit
  32. 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