aboutsummaryrefslogtreecommitdiff
path: root/Host/README
diff options
context:
space:
mode:
authorTC Wan2011-01-04 12:53:36 +0800
committerTC Wan2011-01-04 12:53:36 +0800
commite9cdc8055191a6dea1a471b1b3fe6e2fe0f7070f (patch)
tree3c56b19607e1cf447ecc730f62d9cee433078c6a /Host/README
parent110e35ad42f49eecba8701728004c31178b59325 (diff)
updated required libs versions to use pyusb 0.4.x
Need to use PyUSB 0.4.x instead of the newer 1.0x version since the new version is not stable yet.
Diffstat (limited to 'Host/README')
-rw-r--r--Host/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/Host/README b/Host/README
index d9d3e20..9e6b9c1 100644
--- a/Host/README
+++ b/Host/README
@@ -1,9 +1,9 @@
The nxt-gdb-server.py script is initially developed by Nicolas Schodet.
It depends on the following libraries:
- - nxt-python v2.01 http://code.google.com/p/nxt-python/
- - pyusb v1.0x http://pyusb.wiki.sourceforge.net
- - libusb v1.0x http://libusb.org/
+ - nxt-python v2.0x http://code.google.com/p/nxt-python/
+ - pyusb v0.4x http://pyusb.wiki.sourceforge.net
+ - libusb-compat v0.1x and libusb v1.0x http://libusb.org/
It will probably work with libusb v0.1.x but it has not been tested in that configuration.
@@ -18,4 +18,4 @@ It depends on the following libraries:
1. Connect the USB cable from the PC Host to the NXT
2. start nxt-gdb-server.py
- 3. start arm-none-eabi-gdb, configured as remote for port 2828 (default) \ No newline at end of file
+ 3. start arm-none-eabi-gdb, configured as remote for port 2828 (default)