1. 14 May, 2017 1 commit
  2. 13 May, 2017 1 commit
  3. 12 May, 2017 1 commit
  4. 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
  5. 05 May, 2017 1 commit
  6. 30 Apr, 2017 1 commit
  7. 27 Apr, 2017 2 commits
  8. 24 Apr, 2017 2 commits
  9. 23 Apr, 2017 1 commit
  10. 21 Apr, 2017 1 commit
  11. 19 Apr, 2017 1 commit
  12. 18 Apr, 2017 1 commit
  13. 14 Apr, 2017 3 commits
  14. 13 Apr, 2017 1 commit
  15. 06 Apr, 2017 1 commit
  16. 01 Apr, 2017 2 commits
  17. 29 Mar, 2017 1 commit
  18. 20 Mar, 2017 1 commit
  19. 19 Mar, 2017 1 commit
  20. 17 Mar, 2017 2 commits
  21. 09 Mar, 2017 1 commit
  22. 08 Mar, 2017 1 commit
  23. 07 Mar, 2017 2 commits
  24. 02 Mar, 2017 3 commits
  25. 04 Feb, 2017 1 commit
  26. 02 Feb, 2017 1 commit
  27. 13 Jan, 2017 1 commit
  28. 10 Jan, 2017 1 commit
  29. 03 Jan, 2017 1 commit
  30. 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