-> to design/modify the gnusb hardware
The EAGLE Layout Editor is an easy to use, yet powerful tool for designing printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for Easily Applicable Graphical Layout Editor
WinAVR (pronounced "whenever") is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.
To upload your code to the AVR you'll mostly use the gnusboot command line tool which comes in the gnusb-binaries folder
Minimalist GNU for Windows - MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.
Libusb-win32 is a port of the USB library libusb to the Windows operating systems (Win98SE, WinME, Win2k, WinXP). The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.
tips from http://gnuradio.org/trac/wiki/MingwInstallMain
tar zxf libusb-win32-device-bin-0.1.10.1.tar.gzcd libusb-win32-device-bin-0.1.10.1cp include/* /mingw/includecp lib/gcc/* /mingw/libcp bin/* /mingw/binInstead of MinGW and MSYS you could also try Cygwin, a Linux-like environment for Windows
Download the Cygwin Installer from: http://www.cygwin.com/
Install at least:
mount -f -b "C:/Documents and Settings/Hans/Desktop" "/home/Hans/desktop"