Files
esp-idf/tools/mocks/usb/usb_host_layer_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
..

USB Host layer mock

This mock mocks all the USB layers below the USB Host layer. USB Host layer is used as a real component. This mock is useful for mock testing of the USB Host layer, as all the below layers are mocked.