1. 07 Oct, 2018 2 commits
  2. 15 Apr, 2018 1 commit
  3. 04 Apr, 2018 1 commit
  4. 02 Apr, 2018 1 commit
  5. 18 Dec, 2017 1 commit
  6. 12 Sep, 2017 1 commit
  7. 02 Sep, 2017 1 commit
  8. 27 Jul, 2017 1 commit
  9. 13 Jul, 2017 1 commit
  10. 20 Jun, 2017 1 commit
  11. 13 Jun, 2017 2 commits
    • devsaurus's avatar
      Add u8g2 module. · a8ff8f05
      devsaurus authored
      a8ff8f05
    • zelll's avatar
      ESP32: uart 1/2 supports (#1982) · 329bd73b
      zelll authored
      * uart 1/2
      
      * call -> pcall in uart_on_* functions
      
      * fix docs
      
      * fixed console driver when using custom console uart
      
      * fixed line_inverse and error callback
      
      * fixed a crash when uart.start() called more than one time
      329bd73b
  12. 05 May, 2017 1 commit
  13. 30 Apr, 2017 1 commit
  14. 27 Apr, 2017 1 commit
  15. 24 Apr, 2017 1 commit
  16. 18 Apr, 2017 1 commit
  17. 14 Apr, 2017 3 commits
  18. 13 Apr, 2017 1 commit
  19. 01 Apr, 2017 2 commits
  20. 20 Mar, 2017 1 commit
  21. 17 Mar, 2017 1 commit
  22. 04 Feb, 2017 1 commit
  23. 02 Feb, 2017 1 commit
  24. 13 Jan, 2017 1 commit
  25. 30 Dec, 2016 1 commit
    • Johny Mattsson's avatar
      Updated to latest IDF. · 7abda5c9
      Johny Mattsson authored
      - Switched hardcoded interrupts to new IDF interrupt allocation
      framework.
      
      - gpio module switched to the IDF's per-pin interrupt callback service.
      
      - Improved NodeMCU linker script since it broke with the IDF upgrade.
      
      - Various compatibility updates.
      7abda5c9
  26. 17 Nov, 2016 1 commit
    • Johny Mattsson's avatar
      Improved flash size detection. · 2b454abf
      Johny Mattsson authored
      With the recent flash layout changes, it became very possible to misdetect the
      flash size. We're now using the partition table as the guard marker, since
      that really shouldn't be all 0xff. Also, we now don't clobber the flash
      device id (and keep block/sector/page/mask values).
      2b454abf
  27. 16 Nov, 2016 1 commit
  28. 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
  29. 23 Sep, 2016 1 commit
  30. 22 Sep, 2016 5 commits
  31. 21 Sep, 2016 1 commit