Files
esp-idf/tools/mocks/usb/usb_host_full_mock/usb
peter.marcisovsky 18ae6c38a9 feat(usb_host): Individual USB Host stack layers mocking
- Individual CMocks for separate USB Host layers
    - Allowing to test USB Host layers separately
    - Mocks: Full USB stack, USB Host, USBH
2025-04-23 11:50:22 +02:00
..

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.