1. 09 Feb, 2017 2 commits
  2. 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
  3. 06 Feb, 2017 3 commits
  4. 01 Feb, 2017 3 commits
  5. 26 Jan, 2017 4 commits
  6. 22 Jan, 2017 1 commit
  7. 21 Jan, 2017 2 commits
  8. 19 Jan, 2017 1 commit
  9. 17 Jan, 2017 3 commits
  10. 15 Jan, 2017 2 commits
  11. 11 Jan, 2017 1 commit
  12. 10 Jan, 2017 2 commits
  13. 09 Jan, 2017 3 commits
  14. 06 Jan, 2017 1 commit
  15. 04 Jan, 2017 3 commits
  16. 03 Jan, 2017 1 commit
  17. 02 Jan, 2017 1 commit
  18. 01 Jan, 2017 3 commits
  19. 31 Dec, 2016 2 commits
    • Marcel Stör's avatar
      Fix mbed TLS naming · f8f10692
      Marcel Stör authored
      f8f10692
    • Yury Popov's avatar
      Net functionality rewrite on top of LWIP (#1379) · 3adba91b
      Yury Popov authored
      * Rewrite net.dns.resolve on LWIP
      
      * Move IGMP (net multicast) to LWIP
      
      * Cleanup net module
      
      * Move secure connection operations to tls module
      
      * Net module on LWIP
      
      * Server timeout parameter
      
      * TCP hold
      
      * Fixes in documentation
      
      * Documentation fixes
      
      * Note TLS module depends on net
      
      * Add TLS module to user_modules.h
      
      * Callback on connect event
      
      * Fix depends net module on tls module
      
      * Fix unhold exponential time issue
      3adba91b
  20. 30 Dec, 2016 1 commit