1. 10 Feb, 2017 1 commit
  2. 09 Feb, 2017 2 commits
  3. 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
  4. 06 Feb, 2017 3 commits
  5. 01 Feb, 2017 3 commits
  6. 26 Jan, 2017 4 commits
  7. 22 Jan, 2017 1 commit
  8. 21 Jan, 2017 2 commits
  9. 19 Jan, 2017 1 commit
  10. 17 Jan, 2017 3 commits
  11. 15 Jan, 2017 2 commits
  12. 11 Jan, 2017 1 commit
  13. 10 Jan, 2017 2 commits
  14. 09 Jan, 2017 3 commits
  15. 06 Jan, 2017 1 commit
  16. 04 Jan, 2017 3 commits
  17. 03 Jan, 2017 1 commit
  18. 02 Jan, 2017 1 commit
  19. 01 Jan, 2017 3 commits
  20. 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