esp-idf/components/usb
Darian Leung 287bdc5e61 fix(test_apps): Trim builds of component test apps
Some component test apps do not use the "set(COMPONENTS main)" command in their
project level "CMakeLists.txt", thus leading to their builds pulling in all
ESP-IDF components.

This commit trims the build of multiple component test apps:

- Add "set(COMPONENTS main ...)" to project level "CMakeLists.txt"
- Add missing "PRIV_REQUIRES" in some "main" component "CMakeLists.txt"

Also removed repeated configuraiton options in legacy_i2c_driver/sdkconfig.ci.defaults
as they are already specified in legacy_i2c_driver/sdkconfig.defaults
2023-09-18 17:16:37 +08:00
..
include usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
private_include usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
test_apps fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
.build-test-rules.yml usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2022-09-16 16:45:26 +08:00
hcd_dwc.c usb_host: Fix coverity issues with hcd_install() 2023-06-21 17:50:20 +08:00
hub.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
Kconfig usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-09 08:11:05 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_host.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_phy.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_private.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usbh.c bugfix(usb/host): Fix transfer direction determination during argument checking for regular EP transfer 2023-09-13 21:55:34 +02:00