From e9cdc8055191a6dea1a471b1b3fe6e2fe0f7070f Mon Sep 17 00:00:00 2001 From: TC Wan Date: Tue, 4 Jan 2011 12:53:36 +0800 Subject: 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. --- Host/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Host') 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) -- cgit v1.2.3