1. 30 Dec, 2016 1 commit
  2. 10 Dec, 2016 1 commit
  3. 06 Dec, 2016 1 commit
  4. 01 Dec, 2016 1 commit
  5. 27 Nov, 2016 1 commit
  6. 26 Nov, 2016 1 commit
  7. 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
  8. 22 Nov, 2016 1 commit
    • Johny Mattsson's avatar
      Updated to latest IDF. · 2951e8e0
      Johny Mattsson authored
      Using partitions for nvs and phy_init seems to work fine together with our
      automatic fs partition creation.
      2951e8e0
  9. 20 Nov, 2016 1 commit
  10. 17 Nov, 2016 6 commits
  11. 16 Nov, 2016 1 commit
  12. 12 Nov, 2016 4 commits
  13. 07 Oct, 2016 1 commit
  14. 06 Oct, 2016 2 commits
  15. 05 Oct, 2016 2 commits
  16. 04 Oct, 2016 3 commits
  17. 03 Oct, 2016 4 commits
  18. 29 Sep, 2016 2 commits
  19. 28 Sep, 2016 3 commits
  20. 27 Sep, 2016 1 commit
  21. 26 Sep, 2016 2 commits
    • 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
    • Johny Mattsson's avatar
      Updated to latest IDF. · 48bbe74c
      Johny Mattsson authored
      Lost some helpful macros when they changed the uart register header it seems.
      48bbe74c