1. 14 Aug, 2017 1 commit
  2. 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
  3. 02 Aug, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 20 Jul, 2017 2 commits
  7. 18 Jul, 2017 1 commit
  8. 30 Jun, 2017 1 commit
  9. 13 Jun, 2017 2 commits
  10. 14 May, 2017 1 commit
  11. 12 May, 2017 1 commit
  12. 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
  13. 30 Apr, 2017 1 commit
  14. 27 Apr, 2017 1 commit
  15. 24 Apr, 2017 2 commits
  16. 23 Apr, 2017 1 commit
  17. 21 Apr, 2017 1 commit
  18. 14 Apr, 2017 2 commits
  19. 13 Apr, 2017 1 commit
  20. 19 Mar, 2017 1 commit
  21. 17 Mar, 2017 2 commits
  22. 09 Mar, 2017 1 commit
  23. 08 Mar, 2017 1 commit
  24. 07 Mar, 2017 2 commits
  25. 02 Mar, 2017 3 commits
  26. 04 Feb, 2017 1 commit
  27. 02 Feb, 2017 1 commit
  28. 13 Jan, 2017 1 commit
  29. 10 Jan, 2017 1 commit
  30. 03 Jan, 2017 1 commit
  31. 30 Dec, 2016 2 commits
    • 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
    • Johny Mattsson's avatar
      net module: hold/unhold support. · 4ece8de4
      Johny Mattsson authored
      As per @djphoenix's work on the ESP8266 side.
      4ece8de4