mbed-os/TESTS/usb_device/basic/zadig_conf
Filip Jagodzinski 79376c6f00 Tests: USB: Add device config files for Zadig
Zadig is a tool used to install generic USB drivers on Windows machines.
These drivers are necessary to run USB device test suite on Windows
hosts.
2019-02-22 10:53:18 -06:00
..
README.md Tests: USB: Add device config files for Zadig 2019-02-22 10:53:18 -06:00
mbed_os-usb_test_device1.cfg Tests: USB: Add device config files for Zadig 2019-02-22 10:53:18 -06:00
mbed_os-usb_test_device2.cfg Tests: USB: Add device config files for Zadig 2019-02-22 10:53:18 -06:00

README.md

Generic USB driver installation on Windows machines

In order to run the Mbed OS USB device test suite (tests-usb_device-*) on Windows hosts you need to install generic USB drivers for two test devices.

  1. Download Zadig application from https://zadig.akeo.ie/.
  2. Unplug the Mbed device.
  3. Open Zadig.
  4. Select Device -> Load Preset Device.
  5. Open mbed_os-usb_test_device1.cfg.
  6. Choose libusb-win32 (v1.2.6.0) driver.
  7. Select Install Driver and click it.
  8. Select Device -> Load Preset Device.
  9. Open mbed_os-usb_test_device2.cfg.
  10. Choose libusb-win32 (v1.2.6.0) driver.
  11. Select Install Driver and click it.
  12. Close Zadig.
  13. Plug both device USB interfaces (DAPLink and USB device).