Added additional dependencies for pydfu.

master
Mark 2016-06-17 07:03:47 -04:00
rodzic ff4efa3b08
commit ad5f255820
1 zmienionych plików z 4 dodań i 0 usunięć

@ -81,6 +81,10 @@ $ python pydfu.py -u <firmware.dfu>
```
This will copy the given firmware file to the pyboard. pydfu is much faster than dfu-util.
Dependencies
* libusb (MacPorts: port install libusb or HomeBrew: brew install libusb)
* PyUSB (pip install pyusb)
### On Windows
See this PDF document: [Micro-Python-Windows-setup.pdf](http://micropython.org/resources/Micro-Python-Windows-setup.pdf)