esp-idf/components/usb/test_apps/hcd/main
Tomas Rezucha ec004c788b fix(usb/host): Sync cache for memory shared by CPU and USB-OTG
Transfer descriptor list, frame list and transfer data buffers
are accessed by both CPU and USB-OTG. Sync CPU cache between the accesses.
2024-01-10 15:23:24 +01:00
..
CMakeLists.txt fix(usb/host): Sync cache for memory shared by CPU and USB-OTG 2024-01-10 15:23:24 +01:00
test_app_main.c usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_hcd_bulk.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2023-12-12 21:10:37 +01:00
test_hcd_common.c fix(usb/host): Sync cache for memory shared by CPU and USB-OTG 2024-01-10 15:23:24 +01:00
test_hcd_common.h usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_hcd_ctrl.c refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00
test_hcd_intr.c usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_hcd_isoc.c usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_hcd_port.c usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_usb_helpers.c usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00