1. 02 Sep, 2018 1 commit
  2. 10 Aug, 2018 1 commit
  3. 06 Aug, 2018 1 commit
  4. 05 Aug, 2018 1 commit
  5. 22 Jul, 2018 5 commits
  6. 01 Jul, 2018 1 commit
  7. 22 Jun, 2018 1 commit
  8. 20 May, 2018 1 commit
  9. 26 Apr, 2018 2 commits
  10. 24 Apr, 2018 1 commit
  11. 19 Apr, 2018 1 commit
  12. 18 Apr, 2018 1 commit
  13. 13 Apr, 2018 1 commit
    • dnc40085's avatar
      Refactor timer suspend portion of node.sleep (pmsleep) (#2287) · 96e5c026
      dnc40085 authored
      * pmsleep refactor
      * Shortened swtmr disabled message 
      * Added swtimer debug module option to user_modules.h.
      * Added comments to user_config.h.
      * Fixed error in documentation for node.sleep()
      * remove blank sntp.c that got added in during rebase onto dev(6218b926)
      * Added #ifdefs around SWTIMER_REG_CB to prevent inclusion of disabled
      code
      96e5c026
  14. 06 Apr, 2018 1 commit
    • Johny Mattsson's avatar
      Tie in the EGC with the SDK's heap knowledge. (#2319) · 085f35da
      Johny Mattsson authored
      Added `node.egc.meminfo()` to expose LVM usage (to make the regular
      `node.egc.ON_MEM_LIMIT` option usable).
      
      Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits,
      in which case that's taken as a request to keep a certain amount of heap
      available for non-Lua use.
      085f35da
  15. 31 Mar, 2018 1 commit
  16. 21 Mar, 2018 1 commit
  17. 17 Mar, 2018 2 commits
  18. 12 Mar, 2018 1 commit
  19. 03 Mar, 2018 1 commit
    • Nathaniel Wesley Filardo's avatar
      Update mbedTLS to 2.7.0 (#2267) · 5c8af3c4
      Nathaniel Wesley Filardo authored
      * mbedtls 2.7.0 (mbedtls-2.7.0-0-g32605dc8)
      
      Wholesale import, with a few changes from earlier preserved through.
      Ideally we would soon get to the point of having no divergences from
      upstream.
      
      * tls: add function to adjust mbedTLS debug level
      5c8af3c4
  20. 26 Feb, 2018 1 commit
  21. 23 Feb, 2018 1 commit
  22. 15 Feb, 2018 2 commits
  23. 13 Feb, 2018 1 commit
  24. 07 Feb, 2018 1 commit
  25. 04 Feb, 2018 1 commit
  26. 29 Jan, 2018 1 commit
    • Pawel Jasinski's avatar
      added support for ads1015 (#2231) · f87d68ff
      Pawel Jasinski authored
      * ads1015 is supported, up to 4 devices can be connected at the same time
      
      * removed debug, updated documentation
      
      * changed to oop API
      
      * added __gc to handle active timer cleanup
      
      * reworked argument validation and error reporting
      
      * stack is no longer messed up after __del
      f87d68ff
  27. 23 Jan, 2018 1 commit
    • Konrad Hübner's avatar
      ws2812 effects library (#2215) · ed56d949
      Konrad Hübner authored
      * ws2812 effects and color utils modules added
      
      * Added documentation for new modules to mkdocs.yml
      
      * changed mode option to string, documentation, default modules fixed
      
      * updated user_modules.h
      ed56d949
  28. 10 Jan, 2018 3 commits
  29. 25 Dec, 2017 1 commit
  30. 17 Dec, 2017 2 commits