1. 01 10月, 2021 20 次提交
  2. 21 9月, 2021 4 次提交
  3. 20 9月, 2021 2 次提交
  4. 16 9月, 2021 1 次提交
    • M
      [HWCDC] Improve HW CDC Implementation (#5643) · 078671d2
      Me No Dev 提交于
      This pull request contains a few fixes and improvements to the HWCDC implementation.
      - Rework `HWCDC::write()` to accept unlimited data
      - Add Semaphore to guard the TX Ring Buffer
      - Add events support
      - Remove unnecessary 1200bps touch for flashing over HWCDC
      - Fix `HardwareSerial::setDebugOutput()` not resetting `putc` if the port is already selected, causing debug output to also show on HWCDC even when not selected.
      078671d2
  5. 15 9月, 2021 2 次提交
  6. 31 8月, 2021 6 次提交
  7. 25 8月, 2021 1 次提交
  8. 24 8月, 2021 2 次提交
  9. 23 8月, 2021 2 次提交
    • M
      Implement USB HID Device Support for ESP32-S2 (#5538) · c45cff5f
      Me No Dev 提交于
      * Add support and example for USB HID Devices
      * Add support and example for USB Vendor
      c45cff5f
    • R
      Implements UART SerialHardware Refactoring on top of IDF (#5549) · b1d072df
      Rodrigo Garcia 提交于
      ## Summary
      This PR is a complete reffactoring of UART Serial Hardware and respective HAL in order to use IDF instead of current Register manipulation approach. 
      
      It  implements Arduino SerialEvent functionality. 
      
      Fix #5287  
      Fix #5273 
      Fix #5519 
      Fix #5247 
      Fix #5403
      Fix #5429
      Fix #5047
      Fix #5463
      Fix #5362 
      Fix #5112  
      Fix #5443 
      
      ## Impact
      It solves many reported issues related to UART.
      It was tested and works fine for ESP32, ESP-S2 and ESP32-C3.
      b1d072df