Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-07 02:21:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
59b49d2783a49764e65f1ae9ff043bafc77183fe
esp-idf/components/usb/CMakeLists.txt

11 lines
302 B
CMake
Raw Normal View History

Add USB HCD This commit adds the USB HCD (Host Controller Driver) and accompanying unit tests.
2021-02-09 10:29:01 +08:00
idf_build_get_property(target IDF_TARGET)
usb/hal/soc: initial copy of usbh support from esp32s2 copy required usbh driver files from esp32s2 check usb host functionality using unit tests on esp32s3
2021-06-02 17:57:50 +08:00
#USB Host is currently only supported on ESP32-S2, ESP32S3 chips
if(NOT "${target}" MATCHES "^esp32s[2-3]")
Add USB HCD This commit adds the USB HCD (Host Controller Driver) and accompanying unit tests.
2021-02-09 10:29:01 +08:00
return()
endif()
idf_component_register(SRCS "hcd.c"
INCLUDE_DIRS ""
HCD: Add support for interrupt and isochronous pipes This commit adds support for interrupt and isochronous pipes to the HCD: - HCD now internally uses double buffering - Added test cases for interrupt and isochronous transfers - Reorganized test cases for each transfer type - Updated API comments and maintainer's notes Some minor bugs were also fixed
2021-03-11 20:50:05 +08:00
PRIV_INCLUDE_DIRS "private_include")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API