Commit Graph

20 Commits

Author SHA1 Message Date
Tomas Rezucha 6f4c41f4d2
esp_tinyusb: Allow TinyUSB updates
Semver has special handling of 0.x versions
Reference: https://devhints.io/semver
2022-12-20 16:42:14 +01:00
Roman Leonov 388ff32eb0 tinyUSB: ESP_OK return option has been added 2022-12-19 12:23:32 +01:00
Daniel Paul 458086bb45 Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
Tomas Rezucha ba4c5d9924 usb: Add esp_tinyusb component 2022-12-02 08:19:24 +01:00
Tomas Rezucha 7a7c1dbff8 usb: Add Virtual COM Port drivers 2022-11-30 10:37:26 +01:00
Tomas Rezucha aac444fb05 usb: Update USB tests to IDF v5.0 2022-11-08 08:46:35 +01:00
Tomas Rezucha bbea67a2d5 usb: Allow CDC-ACM copy constructor 2022-11-07 17:32:26 +01:00
Tomas Rezucha d70d4b9d4e usb: Bump MSC version
The version was not bumped in previous MSC commit
2022-10-01 16:00:40 +02:00
Tomas Rezucha 76a75a9d47 usb: Define CdcAcmDevice methods as virtual
Virtual methods can be overridden by derived class.
2022-10-01 15:59:56 +02:00
Tomas Rezucha fd9ecc13c1 usb: esp_modem biding
This commit adds esp_modem_usb_dte component.
It can be used with esp_modem for communication with USB modems.
2022-10-01 15:59:55 +02:00
Tomas Rezucha b0b65cbdb9 precommit: Add more checks 2022-10-01 15:59:01 +02:00
Martin Valik 203286122c USB MSC Transfer timeout increased to 5 seconds.
Closes https://github.com/espressif/esp-idf/issues/9619
2022-09-30 15:03:18 +02:00
Martin Valik 7331abceab usb_host_msc: Fix compatibility with IDF v4.4 2022-09-13 11:02:29 +02:00
Tomas Rezucha a45de9cf24 usb: Fix CDC format errors
Related to https://github.com/espressif/idf-extra-components/issues/65
2022-09-06 16:00:30 +02:00
Martin Valik 783eaec80d Descriptor parser rewrite 2022-08-22 14:01:07 +02:00
Martin Valik 768f84b2a4 USB host UVC class 2022-08-11 16:27:37 +02:00
Martin Valik 89d685991a usb: Add MSC class driver 2022-08-10 07:55:03 +02:00
Ivan Grokhotkov 639053ce6d
cdc_acm_host: temporarily disable format warnings
Reported at https://github.com/espressif/esp-idf/issues/9511
Follow-up in https://github.com/espressif/idf-extra-components/issues/65
2022-08-08 00:20:34 +02:00
Tomas Rezucha 9b182d57bc usb_host: Build USB test app in CI
Relates to https://github.com/espressif/idf-extra-components/issues/69

This commit is a good reason why https://github.com/espressif/idf-extra-components/issues/16 should be addressed
2022-07-14 09:47:06 +02:00
Tomas Rezucha c9fc71aa6e usb_host: Move to idf-extra-components 2022-07-12 08:16:18 +02:00