1. 14 Apr, 2017 2 commits
  2. 13 Apr, 2017 1 commit
  3. 19 Mar, 2017 1 commit
  4. 17 Mar, 2017 2 commits
  5. 09 Mar, 2017 1 commit
  6. 08 Mar, 2017 1 commit
  7. 07 Mar, 2017 2 commits
  8. 02 Mar, 2017 3 commits
  9. 04 Feb, 2017 1 commit
  10. 02 Feb, 2017 1 commit
  11. 13 Jan, 2017 1 commit
  12. 10 Jan, 2017 1 commit
  13. 03 Jan, 2017 1 commit
  14. 30 Dec, 2016 3 commits
  15. 10 Dec, 2016 1 commit
  16. 27 Nov, 2016 1 commit
  17. 26 Nov, 2016 1 commit
  18. 24 Nov, 2016 1 commit
    • Johny Mattsson's avatar
      Updated to latest IDF. · c4911ca3
      Johny Mattsson authored
      This fixes the panic-on-restart issue and the crash-on-uart-input-before-flash-mapped issue.
      
      Node module updated to reflect new function names for sleep/restart.
      c4911ca3
  19. 17 Nov, 2016 4 commits
  20. 16 Nov, 2016 1 commit
  21. 12 Nov, 2016 1 commit
    • Johny Mattsson's avatar
      Updated to latest IDF. · 5c1bb4c6
      Johny Mattsson authored
      WiFi STA module updated to reflect IDF name changes.
      
      Platform flash and partition api updated to reflect IDF name changes.
      Eventually these (and the SPIFFS module) will likely need to be updated
      to exclusively work with the esp_partition_xxx() functions in order to
      support working with encrypted flash.
      5c1bb4c6
  22. 06 Oct, 2016 2 commits
  23. 04 Oct, 2016 2 commits
  24. 03 Oct, 2016 1 commit
  25. 29 Sep, 2016 1 commit
  26. 28 Sep, 2016 2 commits
  27. 26 Sep, 2016 1 commit
    • Johny Mattsson's avatar
      Most of the node module from dev. · 6349fc86
      Johny Mattsson authored
      node.dsleep() no longer takes options.
      node.output() not yet supported (needs syscall registration/chaining support)
      
      Dynamic CPU frequency changing not currently supported in the IDF.
      Various chip IDs not currently available/obtainable.
      Boot reason completely revamped in ESP32, will need new code.
      6349fc86