1. 04 Nov, 2018 1 commit
    • devsaurus's avatar
      pack-port bits and pieces in spiffs.c: · dc0c6ff6
      devsaurus authored
      - implement file.size for spiffs (#1516)
      - fix vfs_lseek() result checking in enduser_setup and clarify SPIFFS_lseek() return value (#1570)
      - Handle error condition in file.read() (#1599)
      dc0c6ff6
  2. 03 Nov, 2018 1 commit
  3. 07 Oct, 2018 2 commits
  4. 15 Apr, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 02 Apr, 2018 1 commit
  7. 18 Dec, 2017 1 commit
  8. 12 Sep, 2017 1 commit
  9. 02 Sep, 2017 1 commit
  10. 27 Jul, 2017 1 commit
  11. 13 Jul, 2017 1 commit
  12. 20 Jun, 2017 1 commit
  13. 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
  14. 05 May, 2017 1 commit
  15. 30 Apr, 2017 1 commit
  16. 27 Apr, 2017 1 commit
  17. 24 Apr, 2017 1 commit
  18. 18 Apr, 2017 1 commit
  19. 14 Apr, 2017 3 commits
  20. 13 Apr, 2017 1 commit
  21. 01 Apr, 2017 2 commits
  22. 20 Mar, 2017 1 commit
  23. 17 Mar, 2017 1 commit
  24. 04 Feb, 2017 1 commit
  25. 02 Feb, 2017 1 commit
  26. 13 Jan, 2017 1 commit
  27. 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
  28. 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
  29. 16 Nov, 2016 1 commit
  30. 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
  31. 23 Sep, 2016 1 commit
  32. 22 Sep, 2016 4 commits