mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 13:56:36 +00:00

- Individual CMocks for separate USB Host layers - Allowing to test USB Host layers separately - Mocks: Full USB stack, USB Host, USBH
Full USB Host stack mock
This mock mocks all the USB Host stack layers, none of the USB Host stack layers are used as real. This mock is useful for mock testing of the layers above the USB Host stack, EG USB Host Class drivers.