You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

uploaded 10 months ago
Simple USB Host CDC driver maintained in esp-iot-solution

changelog

# ChangeLog
## v1.1.0 - 2025-1-14

### Features:

* Support config number of transfer, optimize cdc throughoput.

## v1.0.1 - 2025-2-26

### Bug Fixes:

* Fix the cdc can't open the setting's interface cause crash issue.

## v1.0.0 - 2024-10-31

### Break Changes:

* Remove the dependency on the `iot_usbh` component and use `usb_host_driver` instead.

### API Break Changes:

* Add `usbh_cdc_create()`
* Add `usbh_cdc_delete()`
* Add `usbh_cdc_desc_print()` to print CDC descriptor
* Rename `usbh_cdc_get_itf_state()` to `usbh_cdc_get_state()`
* Remove `usbh_cdc_wait_connect()`
* Remove `usbh_cdc_itf_write_bytes()`
* Remove `usbh_cdc_get_buffered_data_len()`
* Remove `usbh_cdc_itf_get_buffered_data_len()`
* Remove `usbh_cdc_itf_read_bytes()`

## v0.2.2 - 2023-12-08

* Add doc and example

## v0.2.1 - 2023-11-23

* Fix possible cmake_utilities dependency issue

## v0.2.0 - 2023-10-09

* add hardware test
* decrease the stack priority to `usb base` level

## v0.1.3 - 2023-04-17

### Bug Fixes:

* Update iot_usbh version to 0.1.2, fix build error with latest ESP-IDF `release/v4.4`

## v0.1.2 - 2023-02-21

### Bug Fixes:

* Fix the multi-thread access error caused by `usbh_cdc_driver_delete()`

## v0.1.1 - 2023-02-13

* Support IDF5.0
* Change dependency iot_usbh to public

## v0.1.0 - 2023-02-02

* initial version

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "lijunru-hub/iot_usbh_cdc^1.1.0"

download archive

Stats

  • Archive size
    Archive size ~ 25.20 KB
  • Downloaded in total
    Downloaded in total 2 times
  • Downloaded this version
    This version: 0 times

Badge

lijunru-hub/iot_usbh_cdc version: 1.1.0
|