1. 10 Nov, 2015 1 commit
  2. 09 Nov, 2015 1 commit
  3. 08 Nov, 2015 1 commit
  4. 06 Nov, 2015 2 commits
  5. 05 Nov, 2015 2 commits
    • Johny Mattsson's avatar
      Fix to do TCP port number randomization at boot. · f82415f6
      Johny Mattsson authored
      This addresses the issue where a server would otherwise reject a valid
      connection attempt from a rebooted node, due to the server thinking that
      packet belonged to a recently closed session. By starting off the local
      TCP port numbers at random* points each boot the risk of port reuse
      across a reboot is significantly reduced.
      
      *) As random as can be had via the lower 12 bits of the ccounter.
      f82415f6
    • dnc40085's avatar
      Fix compiler warning in tmr.c · 75849f79
      dnc40085 authored
      Fix compiler warning: implicit declaration of function 'system_soft_wdt_feed'
      75849f79
  6. 04 Nov, 2015 4 commits
  7. 03 Nov, 2015 4 commits
  8. 01 Nov, 2015 1 commit
  9. 31 Oct, 2015 1 commit
  10. 30 Oct, 2015 1 commit
  11. 27 Oct, 2015 2 commits
    • devsaurus's avatar
      simplify spi api · 9444ae28
      devsaurus authored
      duplex_mode configuration enables/disables receiving with spi.send()
      spi.send_recv removed
      9444ae28
    • Johny Mattsson's avatar
      Fix WDT resets during file.format(). · b535be7a
      Johny Mattsson authored
      With the new SDK soft-wdt it is no longer sufficient to tickle the hardware
      watchdog, so all (found) instances have been changed to system_soft_wdt_feed().
      b535be7a
  12. 26 Oct, 2015 2 commits
  13. 25 Oct, 2015 1 commit
  14. 19 Oct, 2015 1 commit
  15. 18 Oct, 2015 7 commits
  16. 17 Oct, 2015 1 commit
    • aeprox's avatar
      Fix adc.readvdd33 · 5ab8de34
      aeprox authored
      Replace undocumented readvdd33 function with SDK function system_get_vdd33
      5ab8de34
  17. 15 Oct, 2015 1 commit
  18. 12 Oct, 2015 7 commits