Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | usrp: Added error checking on hash transfers | Thomas Tsou | |
2009-10-08 | augmented search for libusb | Michael | |
2009-10-06 | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | |
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file | |||
2009-10-06 | Merge branch 'wip/wbxng' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'wip/wbxng' of git@gnuradio.org:jcorgan: Clean up for work-in-progress Integrated gain control for TX and RX of wbxng Enabled RX Baseband First Functional TX modulator Locking, controllable synthesizer on TX and RX Able to tune RX VCO, observe R and N divider output on MUXOUT twiddling gpio successfully Clean build Initial compile of wbxng, properly sets db IDs | |||
2009-10-06 | Clean up for work-in-progress | Johnathan Corgan | |
Copyright updates Trailing whitespace cleanup Move private headers out of install Use standard include guards Code cleanup | |||
2009-10-05 | Integrated gain control for TX and RX of wbxng | Jason Abele | |
2009-10-05 | Enabled RX Baseband | Jason Abele | |
2009-10-05 | First Functional TX modulator | Jason Abele | |
2009-10-05 | Locking, controllable synthesizer on TX and RX | Jason Abele | |
set Charge Pump Current (Icp) per design guide on schem set R divider to 3, so that PFD inputs are ~21MHz set RF output enable even when looking for AUX | |||
2009-10-05 | Able to tune RX VCO, observe R and N divider output on MUXOUT | Jason Abele | |
2009-10-05 | twiddling gpio successfully | Jason Abele | |
2009-10-05 | Clean build | Jason Abele | |
2009-10-05 | Initial compile of wbxng, properly sets db IDs | Jason Abele | |
2009-10-03 | Merge branch 'master' into libusb-1.0 | Thomas Tsou | |
2009-10-03 | usrp: Removed unused file | Thomas Tsou | |
2009-10-03 | Fix missing update from last commit | Johnathan Corgan | |
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-10-01 | Add required include directory for new header organization | Johnathan Corgan | |
2009-10-01 | Added config.h headers to fix win32 build | Thomas Tsou | |
2009-09-29 | Consolidate conditional headers into libusb_types.h, use automake | Johnathan Corgan | |
2009-09-23 | Change write_internal_ram in usrp_prims to print signed error code | Thomas Tsou | |
2009-09-17 | Allow fusb_sysconfig to build on non-linux libusb-0.12 impls | ttsou | |
2009-09-16 | Comments for usrp_prims | ttsou | |
2009-09-16 | Removed internal functions from external header file | ttsou | |
2009-09-16 | Moved to single generated fusb.h, headers now generated out of lib directory | ttsou | |
2009-09-16 | Removed preprocessor declrs out of fusb.h and created separate ↵ | ttsou | |
fusb_libusb1_base.h | |||
2009-09-16 | Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration | ttsou | |
2009-09-16 | Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0 | ttsou | |
2009-09-16 | Fixed bug usb_control_transfer bug | ttsou | |
2009-09-16 | Combined additiona usrp_prims code | ttsou | |
2009-09-16 | Fix glitch from previous commit | ttsou | |
2009-09-16 | changes to build on windows / cygwin | U-CERVELO\ttsou | |
2009-09-16 | Use default arguments instead of overloaded virtual constructors for cleaner ↵ | ttsou | |
interface | |||
2009-09-16 | Integrated more usrp_prims code | ttsou | |
2009-09-16 | Fixed swig and usrp apps to work with libusb-0.12 and libusb-1.0 plus minor ↵ | Thomas Tsou | |
cleanup | |||
2009-09-16 | Intermediate fix to simplify usrp_one_time_init api | ttsou | |
2009-09-16 | Added autotools header generation and build time version checking | ttsou | |
2009-09-15 | Added libusb1 specific usrp_prims and usrp_basic | ttsou | |
2009-09-15 | first shot at re-adding libusb-0.12 support | ttsou | |
2009-09-15 | Modify apps and swig to reflect libusb_context use | ttsou | |
2009-09-15 | Additional comments for reaping transactions | ttsou | |
2009-09-15 | Additional comments for reaping transactions | ttsou | |
2009-09-15 | non-blocking reap and fusb default buffer size change | ttsou | |
2009-09-15 | Fix for simultaneous tx-rx using libusb_contexts | 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. | |||
2009-09-02 | Expand frequency ranges to match hardware capability. | Johnathan Corgan | |
* Corresponds to SVN r11620:11622 * Fixes ticket 405 Reported-by: Dimitris Symeonidis <azimout@gmail.com> Fixed-by: Matt Ettus <matt@ettus.com> | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-28 | Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵ | jcorgan | |
trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-15 | applied patch from ticket:358 | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5 |