1. 04 Nov, 2015 2 commits
  2. 27 Oct, 2015 1 commit
    • 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
  3. 26 Oct, 2015 2 commits
  4. 25 Oct, 2015 1 commit
  5. 19 Oct, 2015 1 commit
  6. 18 Oct, 2015 7 commits
  7. 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
  8. 15 Oct, 2015 1 commit
  9. 12 Oct, 2015 5 commits
  10. 03 Oct, 2015 1 commit
  11. 01 Oct, 2015 1 commit
  12. 30 Sep, 2015 2 commits
  13. 27 Sep, 2015 1 commit
  14. 19 Sep, 2015 1 commit
  15. 17 Sep, 2015 9 commits
  16. 16 Sep, 2015 1 commit
  17. 14 Sep, 2015 1 commit
  18. 12 Sep, 2015 1 commit
  19. 10 Sep, 2015 1 commit
    • Robert Foss's avatar
      Added ENDUSER_SETUP module. · e2ada487
      Robert Foss authored
      The module will start a SoftAP, DNS, HTTP server acting as a captive portal.
      The portal will have the SSID SetupGadget and will serve a website where
      credentials for the end users WLAN can be submitted.
      
      Once valid credentials have been submitted and used to connect to the
      local WLAN this module will stop.
      
      This module requires USE_DNS to enabled in dhcpserver.h
      e2ada487