1. 02 Apr, 2021 1 commit
  2. 24 Mar, 2021 1 commit
  3. 14 Feb, 2021 1 commit
  4. 22 Jan, 2021 1 commit
  5. 17 Jan, 2021 1 commit
  6. 05 Jan, 2021 2 commits
  7. 17 Sep, 2020 1 commit
  8. 23 Aug, 2020 2 commits
  9. 22 Aug, 2020 2 commits
  10. 03 Aug, 2020 1 commit
    • David Thornley's avatar
      Fix bthci compilation issue (#3201) · 7774b5fa
      David Thornley authored
      Manifests as multiple definition of esp_event_send during compilation, as bthci triggers inclusion of `event_loop.c`. Also improved lbth_init() to support BTDM or BLE_ONLY controller modes.
      7774b5fa
  11. 27 Jul, 2020 1 commit
  12. 08 Jul, 2020 1 commit
  13. 30 Jun, 2020 1 commit
  14. 20 Jun, 2020 2 commits
  15. 18 May, 2020 2 commits
  16. 02 May, 2020 1 commit
  17. 01 May, 2020 1 commit
  18. 30 Apr, 2020 1 commit
  19. 29 Apr, 2020 1 commit
    • David Thornley's avatar
      Address build error when path contains whitespace · 2a9bf13a
      David Thornley authored
      The path environment under Windows Subsystem for Linux typically 
      contains paths with spaces.
      
      Error Manifests as: -
      
      Setting IDF_PATH and re-invoking...
      /bin/sh: 1: Syntax error: "(" unexpected
      Makefile:21: recipe for target 'flash' failed
      
      Tested on Ubuntu 18.04 both on Linux proper and WSL.
      2a9bf13a
  20. 27 Apr, 2020 1 commit
  21. 26 Feb, 2020 1 commit
  22. 11 Feb, 2020 1 commit
  23. 09 Feb, 2020 1 commit
  24. 19 Jan, 2020 1 commit
  25. 06 Jan, 2020 3 commits
  26. 05 Jan, 2020 1 commit
  27. 29 Oct, 2019 1 commit
  28. 27 Oct, 2019 1 commit
    • John Lauer's avatar
      Add touch sensor module (#2863) · 9a5327ca
      John Lauer authored
      * Touch module 1st checkin
      * ESP32. Check-in 2 for Touch sensor module
      * ESP32: Touch module. Sample Lua code.
      * ESP32: Latest YouTube vid
      * ESP32: Touch docs update
      * Added opt_* methods for value retrieval
      9a5327ca
  29. 12 Oct, 2019 1 commit
    • Johny Mattsson's avatar
      Fix uart regressions & bugs (#2817) · b0558d5b
      Johny Mattsson authored
      * Fix uart regressions & bugs.
      
      Using `uart.on()` with a search character was broken in that it did
      not invoke the callback on a full UART buffer as documented. Logic reworked
      to match docs again.
      
      Fixed memory leak on `task_post()` failure (eep!).
      
      Improved logic to attempt to coalesce input bytes to reduce the number of
      `task_post()` slots used up by the platform uart.
      
      Finally, added a semaphore to prevent the platform uart from overrunning
      the `task_post()` slots all the time on high baud rates (e.g. 1mbit).
      With the semaphore in there, the LVM RTOS task gets a chance to actually
      process the received data and free up a `task_post()` slot or two.
      The above mentioned read coalescing then allows the platform uart to
      immediately catch up.
      
      Also added an error log message if the `task_post()` actually does fail.
      
      * Don't cache the uart delims.
      
      Doing so makes reconfiguring those settings from within the callback not
      take effect until the currently buffered bytes have been processed.
      b0558d5b
  30. 27 Sep, 2019 1 commit
  31. 12 Aug, 2019 1 commit
  32. 01 Aug, 2019 1 commit
  33. 23 Jul, 2019 1 commit