Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-23 | first shot at Windows-compatible LIBUSB check | Michael Dickens | |
2010-11-23 | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵ | Michael Dickens | |
because the symbol does not exist for that platform (only, it seems) | |||
2010-10-06 | Fixed setting of USB_LIBS for *win* | Michael Dickens | |
2010-10-06 | Fix so that non-Darwin OSs use USB_LIBS correctly for linking | Michael Dickens | |
2010-10-06 | New way of checking for various LIBUSB names; for legacy version, make sure ↵ | Michael Dickens | |
the symbol 'usb_debug' exists (so-as to not use the 'compat' version). | |||
2009-10-27 | updated usrp.pc file to reflect the correct version of libusb | Michael | |
2009-10-12 | usrp: Applied patch from Michael Dickens for Darwin libusb | Michael Dickens | |
Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1 | |||
2009-10-12 | usrp: Applied patch from Don Ward for Cygwin libusb | Don Ward | |
Moved the case statement after the call to AC_CHECK_LIB Initialized LIBS="" before calling AC_CHECK_LIB | |||
2009-10-12 | fix to restart libusbok checking for non-PKGCONFIG | Michael | |
2009-10-12 | merged updated libusb checks with older version | Michael | |
2009-10-08 | augmented search for libusb | Michael | |
2009-10-06 | usrp: Corrected build fix for libusb | Thomas Tsou | |
2009-10-03 | usrp: Build fix for non-pkgconfig installs of libusb | Thomas Tsou | |
2009-10-01 | Cleanup in preparation for merge | Johnathan Corgan | |
Fix trailing whitespace Use standard include guards Add more missing config.h includes Fixup emacs mode strings Update copyright notices | |||
2009-09-29 | Consolidate conditional headers into libusb_types.h, use automake | Johnathan Corgan | |
2009-09-16 | Moved to single generated fusb.h, headers now generated out of lib directory | ttsou | |
2009-09-16 | Added copyright header | ttsou | |
2009-09-16 | Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration | ttsou | |
2009-09-16 | Combined additiona usrp_prims code | ttsou | |
2009-09-16 | Re-added non pkgconfig support for libusb | ttsou | |
2009-09-16 | Autoconf support for checking the required version of libusb based on fusb-tech | ttsou | |
2009-09-16 | Added autotools header generation and build time version checking | ttsou | |
2009-09-15 | first shot at re-adding libusb-0.12 support | ttsou | |
2009-09-15 | Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>: | Johnathan Corgan | |
This patch set updates the usrp to support libusb-1.0. Asynchronous I/O through libusb is added with fusb_libusb1.*, which is heavily based on fusb_linux.*. In short, URB's and ioctl calls are replaced with libusb_transfer structs and native calls. Transfer reaping is handled by libusb and associated callbacks. I get 32Mb/s on all of my machines using test_usrp_standard_rx or tx. Due to the API rewrite in 1.0 from 0.12, there are alot of changes, many are simply name changes. Known Issues: Transmit and receive both work, but not at same time (e.g. usrp_benchmark_usb.py). libusb does not create any internal threads, so for a single session fusb_libusb1 works in the same manner as fusb_linux with the callback called at controlled times. With multiple libusb sessions the callback may occur at any time and threading issues come into play causing behavior to become undefined. The use of separate libusb_contexts _might_ solve this issue; I have not had the time to look into it. | |||
2008-02-29 | Merged r7769:7873 from michaelld/bc_behavior into trunk. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7888 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2007-07-21 | Updated license from GPL version 2 or later to GPL version 3 or later. | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2006-09-13 | Updated FSF address in all files. Fixes ticket:51 | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2006-08-03 | Houston, we have a trunk. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5 |