1. 30 Nov, 2018 1 commit
    • Skirmantas Lauzikas's avatar
      ESP32: add support for RS485 (#2559) · 3257e557
      Skirmantas Lauzikas authored
      * ESP32: add support for RS485
      
      This commit adds support for switching UART mode to RS485/IRDA.
      Also included are patches for memory leaks then handling UART events other than data.
      
      * ESP32: Documentation for uart.setmode()
      3257e557
  2. 23 Nov, 2018 1 commit
  3. 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
  4. 03 Nov, 2018 1 commit
  5. 07 Oct, 2018 2 commits
  6. 15 Apr, 2018 1 commit
  7. 04 Apr, 2018 1 commit
  8. 02 Apr, 2018 1 commit
  9. 18 Dec, 2017 1 commit
  10. 12 Sep, 2017 1 commit
  11. 02 Sep, 2017 1 commit
  12. 27 Jul, 2017 1 commit
  13. 13 Jul, 2017 1 commit
  14. 20 Jun, 2017 1 commit
  15. 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
  16. 05 May, 2017 1 commit
  17. 30 Apr, 2017 1 commit
  18. 27 Apr, 2017 1 commit
  19. 24 Apr, 2017 1 commit
  20. 18 Apr, 2017 1 commit
  21. 14 Apr, 2017 3 commits
  22. 13 Apr, 2017 1 commit
  23. 01 Apr, 2017 2 commits
  24. 20 Mar, 2017 1 commit
  25. 17 Mar, 2017 1 commit
  26. 04 Feb, 2017 1 commit
  27. 02 Feb, 2017 1 commit
  28. 13 Jan, 2017 1 commit
  29. 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
  30. 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
  31. 16 Nov, 2016 1 commit
  32. 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
  33. 23 Sep, 2016 1 commit
  34. 22 Sep, 2016 2 commits