1. 09 Mar, 2017 1 commit
  2. 07 Mar, 2017 2 commits
  3. 01 Mar, 2017 1 commit
  4. 24 Feb, 2017 1 commit
  5. 12 Feb, 2017 2 commits
  6. 10 Feb, 2017 1 commit
  7. 09 Feb, 2017 1 commit
  8. 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
  9. 06 Feb, 2017 2 commits
  10. 01 Feb, 2017 2 commits
  11. 26 Jan, 2017 3 commits
  12. 21 Jan, 2017 1 commit
  13. 17 Jan, 2017 2 commits
  14. 15 Jan, 2017 2 commits
  15. 09 Jan, 2017 2 commits
  16. 06 Jan, 2017 1 commit
  17. 04 Jan, 2017 2 commits
  18. 03 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
  21. 30 Dec, 2016 1 commit
  22. 29 Dec, 2016 1 commit
  23. 26 Dec, 2016 2 commits
  24. 25 Dec, 2016 1 commit
  25. 24 Dec, 2016 1 commit
    • Philip Gladstone's avatar
      Various minor bits of cleanup (#1647) · feab8b22
      Philip Gladstone authored
      * Check the return code of the read function when doing crypto.fhash so that we don't pass negative lengths to the hashing functions
      *  Fix various assert failures in the LVM arising from rotables. No functional change
      * Add the gpio interrupt time to the callback (and pass it from the interrupt handler)
      * Get the PC right in the perf module
      * Make the headers static in the websocket module
      * Fix the documentation
      feab8b22
  26. 23 Dec, 2016 1 commit