Skip to content

Commit

Permalink
Note in readme about using libusb 1.0.21 on Windows.
Browse files Browse the repository at this point in the history
- In reference to pyocd#684.
  • Loading branch information
flit committed Aug 17, 2019
1 parent ddf3614 commit be8c2b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -128,7 +128,10 @@ How to install libusb depends on your OS:
- Linux: should already be installed.
- Windows: download libusb from [libusb.info](https://libusb.info/) and place the DLL in your Python
installation folder next to python.exe. Make sure to use the same 32- or 64-bit architecture as
your Python installation.
your Python installation. *Note: due to a
[known issue](https://github.com/mbedmicro/pyOCD/issues/684), the current recommendation is to use
[libusb version 1.0.21](https://github.com/libusb/libusb/releases/tag/v1.0.21) on Windows instead
of the most recent version.*

### udev rules on Linux

Expand Down

0 comments on commit be8c2b1

Please sign in to comment.