1. 26 Jan, 2017 2 commits
  2. 22 Jan, 2017 1 commit
  3. 21 Jan, 2017 2 commits
  4. 19 Jan, 2017 1 commit
  5. 17 Jan, 2017 3 commits
  6. 15 Jan, 2017 2 commits
  7. 11 Jan, 2017 1 commit
  8. 10 Jan, 2017 2 commits
  9. 09 Jan, 2017 3 commits
  10. 06 Jan, 2017 1 commit
  11. 04 Jan, 2017 3 commits
  12. 03 Jan, 2017 1 commit
  13. 02 Jan, 2017 1 commit
  14. 01 Jan, 2017 3 commits
  15. 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
  16. 30 Dec, 2016 1 commit
  17. 29 Dec, 2016 1 commit
  18. 26 Dec, 2016 3 commits
  19. 25 Dec, 2016 1 commit
  20. 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
  21. 23 Dec, 2016 3 commits
  22. 14 Dec, 2016 2 commits
    • Johny Mattsson's avatar
      rtctime.dsleep() current draw improvements (#1659) · c5c0143b
      Johny Mattsson authored
      * Switch off interrupts before rtctime dsleep.
      
      * Deal with the fact that MCU keeps running after being told to enter deep sleep
      (It can keep running for quite a few instructions at times (and none at
      all at others), and it appears that trying to cache additional code from
      SPI flash while trying to go to sleep fails miserably at both....)
      
      * Ensure flash is not active when going into deep sleep.
      c5c0143b
    • Marcel Stör's avatar
      Use constant for start_level · 1b8e9a33
      Marcel Stör authored
      1b8e9a33