Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Paul 458086bb45 Added badges with version to the README files of components 2022-12-14 12:16:40 +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 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 b0b65cbdb9 precommit: Add more checks 2022-10-01 15:59:01 +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
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