esp-idf/components/usb
Jakob Hasse 548022fbe6 refactor(linux): excluded all non-Linux components from build
* All components which won't build (yet) on Linux are excluded.
  This enables switching to Linux in an application without
  explicitly setting COMPONENTS to main in the main
  CMakeLists.txt.
* ESP Timer provides headers for Linux now
* automatically disabling LWIP in Kconfig if it is not available

doc(linux): brought section
  "Component Linux/Mock Support Overview" up to date
2023-10-16 17:06:54 +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(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +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