esp-idf/components/usb
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
include usb: Add USB Host Library documentation 2022-01-06 15:15:32 +08:00
private_include usb: Hub Driver and USBH recover port automatically after disconnection 2022-01-06 15:12:16 +08:00
test usb: mark global variable declared in header 'extern' 2022-01-27 11:00:09 +07:00
CMakeLists.txt hw_support: move periph_ctrl from driver to hw_support 2022-03-29 11:53:31 +08:00
hcd.c global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
hub.c Bugfix: make wTotalLength uint16_t to avoid truncation 2022-01-17 13:43:37 +01:00
Kconfig Add USB Host Library 2021-08-24 23:28:00 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb_host: Use USB_Host library calls for desc printing 2022-03-21 18:34:25 +01:00
usb_host.c usb: Update USB Host Library 2022-01-06 15:14:10 +08:00
usb_phy.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c usb: Update USB Host Library 2022-01-06 15:14:10 +08:00