1. 04 Apr, 2017 2 commits
    • dnc40085's avatar
      Add wifi.suspend() and node.sleep() (#1231) · 41a5736d
      dnc40085 authored
      * Exposed forced sleep API and more
      Added timer suspend functionality
      * wifi.suspend
      * wifi.resume
      * node.sleep 
      * tmr.suspend
      * tmr.suspend_all
      * tmr.resume
      * tmr.resume_all
      * Implement timer suspend functionality
      * Fix for uart TX glitch
      * Made some modifications to the error reporting
      41a5736d
    • Marcel Stör's avatar
      Admonition style fix · 176443c0
      Marcel Stör authored
      176443c0
  2. 31 Mar, 2017 2 commits
  3. 29 Mar, 2017 1 commit
  4. 27 Mar, 2017 1 commit
  5. 22 Mar, 2017 1 commit
  6. 20 Mar, 2017 1 commit
  7. 18 Mar, 2017 1 commit
  8. 17 Mar, 2017 1 commit
    • Yury Popov's avatar
      TIME_WAIT sockets fixes (#1838) · 2f00c1d8
      Yury Popov authored
      * Enable SO_REUSEADDR for server TCP sockets
      
      * Reduce TCP_MSL to 5 sec
      
      * Add changes notice for future updates
      
      * Move MSL change to lwipiots.h
      2f00c1d8
  9. 16 Mar, 2017 2 commits
  10. 15 Mar, 2017 1 commit
  11. 14 Mar, 2017 1 commit
  12. 12 Mar, 2017 1 commit
  13. 10 Mar, 2017 3 commits
  14. 09 Mar, 2017 2 commits
  15. 07 Mar, 2017 3 commits
  16. 06 Mar, 2017 1 commit
  17. 05 Mar, 2017 1 commit
  18. 02 Mar, 2017 1 commit
  19. 01 Mar, 2017 3 commits
  20. 25 Feb, 2017 1 commit
  21. 24 Feb, 2017 1 commit
  22. 22 Feb, 2017 1 commit
  23. 12 Feb, 2017 2 commits
  24. 11 Feb, 2017 1 commit
  25. 10 Feb, 2017 1 commit
  26. 09 Feb, 2017 2 commits
  27. 08 Feb, 2017 1 commit
    • Jason Follas's avatar
      Support clearing WiFi config (#1761) · 2ab28df9
      Jason Follas authored
      * Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP)
      * Updat comments about WEP key not having a minimum
      * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts.
      * Normaliz if statements
      * Convert leading tabs to leading spaces for consistency
      2ab28df9
  28. 06 Feb, 2017 1 commit