1. 08 Nov, 2018 1 commit
    • tomsci's avatar
      Add ESP32 http module (#2540) · 73b13e41
      tomsci authored
      * ESP32: Added http module
      
      * add asynchronous flavor for context:request()
      
      (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb)
      
      * http: More asynchronous support, more options
      
      * Fix docs typo
      
      * Code review comments from @devsaurus
      
      Fixes some cleanup issues with asynchronous mode
      
      * Added http.md to mkdocs.yml
      
      * Align connection:close() to template
      73b13e41
  2. 02 Nov, 2018 1 commit
  3. 29 Oct, 2018 1 commit
    • tomsci's avatar
      Add object-based file API to dev-esp32 branch (#2524) · 48b9518d
      tomsci authored
      * #2521: Add object-based file API to dev-esp32 branch
      
      Merged in from master@c708828bbe853764b9de58fb8113a70f5a24002d minus
      some VFS changes and similar.
      
      * Updated file docs from master
      
      Omitting:
      * file.mount()
      * reference to rtctime.epoch2cal()
      * file.stat()
      
      As these are not available in dev-esp32 branch
      
      Unsure about whether "directories are not supported" is still true
      48b9518d
  4. 14 Oct, 2018 3 commits
  5. 13 Oct, 2018 2 commits
  6. 08 Oct, 2018 1 commit
  7. 07 Oct, 2018 6 commits
  8. 15 Apr, 2018 1 commit
  9. 19 Mar, 2018 1 commit
  10. 06 Mar, 2018 1 commit
  11. 31 Dec, 2017 1 commit
  12. 28 Dec, 2017 2 commits
  13. 17 Dec, 2017 1 commit
  14. 18 Nov, 2017 3 commits
  15. 02 Sep, 2017 2 commits
  16. 16 Aug, 2017 1 commit
  17. 11 Aug, 2017 1 commit
    • larsstenberg's avatar
      ESP32: Ledc driver module (#2027) · 40e0be29
      larsstenberg authored
      * Inital commit for supporting ledc driver
      
      * Added documentation. More fade functions and better naming of constants
      
      * Better field checking during setup. Updated documentation
      
      * Reworked LEDC module to be used with an object model to decrease repetition of parameters
      40e0be29
  18. 27 Jul, 2017 1 commit
  19. 25 Jul, 2017 1 commit
  20. 21 Jul, 2017 1 commit
  21. 30 Jun, 2017 1 commit
  22. 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
  23. 14 May, 2017 1 commit
  24. 13 May, 2017 2 commits
  25. 12 May, 2017 1 commit
  26. 07 May, 2017 1 commit
    • zelll's avatar
      ESP32: CAN module (#1958) · ff30f479
      zelll authored
      * can extension
      
      * can extension: bit timing and filter
      
      * can -> CAN
      
      * post CAN data callback
      
      * CAN docs
      
      * CAN: fixed receive, filter, extended frame
      
      * reorder fn in can.md, remove driver_can/Kconfig
      
      * fixed a leak when can.stop()
      ff30f479