mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 23:00:08 +01:00
- Individual CMocks for separate USB Host layers
- Allowing to test USB Host layers separately
- Mocks: Full USB stack, USB Host, USBH
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.