| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | 2009-10-06 | 2 | -964/+4 |
|\ |
|
| * | usrp: Corrected build fix for libusb | Thomas Tsou | 2009-10-06 | 1 | -4/+4 |
| * | Merge branch 'master' into libusb-1.0 | Thomas Tsou | 2009-10-03 | 1 | -1/+1 |
| |\ |
|
| * | | usrp: Removed unused file | Thomas Tsou | 2009-10-03 | 1 | -960/+0 |
* | | | Merge branch 'wip/wbxng' of git@gnuradio.org:jcorgan | Johnathan Corgan | 2009-10-06 | 11 | -31/+1093 |
|\ \ \ |
|
| * | | | Clean up for work-in-progress | Johnathan Corgan | 2009-10-06 | 12 | -326/+177 |
| * | | | Integrated gain control for TX and RX of wbxng | Jason Abele | 2009-10-05 | 2 | -21/+49 |
| * | | | Enabled RX Baseband | Jason Abele | 2009-10-05 | 1 | -2/+4 |
| * | | | First Functional TX modulator | Jason Abele | 2009-10-05 | 2 | -100/+91 |
| * | | | Locking, controllable synthesizer on TX and RX | Jason Abele | 2009-10-05 | 3 | -21/+43 |
| * | | | Able to tune RX VCO, observe R and N divider output on MUXOUT | Jason Abele | 2009-10-05 | 3 | -34/+49 |
| * | | | twiddling gpio successfully | Jason Abele | 2009-10-05 | 6 | -159/+164 |
| * | | | Clean build | Jason Abele | 2009-10-05 | 8 | -649/+888 |
| * | | | Initial compile of wbxng, properly sets db IDs | Jason Abele | 2009-10-05 | 7 | -0/+915 |
* | | | | Merge branch 'master' of http://gnuradio.org/git/gnuradio | Matt Ettus | 2009-10-06 | 55 | -653/+3325 |
|\| | | |
|
| * | | | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | 2009-10-04 | 3 | -12/+33 |
| |\ \ \ |
|
| | * | | | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 3 | -12/+33 |
| * | | | | Added computed version number to configuration | Johnathan Corgan | 2009-10-03 | 6 | -5/+124 |
| |/ / / |
|
| * | / | Fix to restore ability to run 'make distcheck' from a VPATH | Johnathan Corgan | 2009-10-03 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Fix missing update from last commit | Johnathan Corgan | 2009-10-03 | 1 | -1/+1 |
| |/ |
|
| * | usrp: Build fix for non-pkgconfig installs of libusb | Thomas Tsou | 2009-10-03 | 2 | -2/+6 |
| * | Merge branch 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | 2009-10-01 | 45 | -635/+3163 |
| |\ |
|
| | * | Cleanup in preparation for merge | Johnathan Corgan | 2009-10-01 | 28 | -176/+184 |
| | * | Add required include directory for new header organization | Johnathan Corgan | 2009-10-01 | 2 | -1/+2 |
| | * | Added config.h headers to fix win32 build | Thomas Tsou | 2009-10-01 | 10 | -0/+40 |
| | * | Consolidate conditional headers into libusb_types.h, use automake | Johnathan Corgan | 2009-09-29 | 12 | -155/+1105 |
| | * | Change write_internal_ram in usrp_prims to print signed error code | Thomas Tsou | 2009-09-23 | 1 | -1/+1 |
| | * | Allow fusb_sysconfig to build on non-linux libusb-0.12 impls | ttsou | 2009-09-17 | 4 | -5/+4 |
| | * | Comments for usrp_prims | ttsou | 2009-09-16 | 1 | -31/+15 |
| | * | Removed internal functions from external header file | ttsou | 2009-09-16 | 5 | -5/+68 |
| | * | Moved to single generated fusb.h, headers now generated out of lib directory | ttsou | 2009-09-16 | 14 | -203/+50 |
| | * | Added copyright header | ttsou | 2009-09-16 | 1 | -7/+27 |
| | * | Removed preprocessor declrs out of fusb.h and created separate fusb_libusb1_b... | ttsou | 2009-09-16 | 13 | -49/+186 |
| | * | Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration | ttsou | 2009-09-16 | 5 | -16/+10 |
| | * | Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0 | ttsou | 2009-09-16 | 9 | -92/+98 |
| | * | Fixed bug usb_control_transfer bug | ttsou | 2009-09-16 | 3 | -9/+7 |
| | * | Combined additiona usrp_prims code | ttsou | 2009-09-16 | 7 | -337/+217 |
| | * | Fix glitch from previous commit | ttsou | 2009-09-16 | 1 | -1/+1 |
| | * | changes to build on windows / cygwin | U-CERVELO\ttsou | 2009-09-16 | 7 | -15/+18 |
| | * | Re-added non pkgconfig support for libusb | ttsou | 2009-09-16 | 1 | -3/+33 |
| | * | Autoconf support for checking the required version of libusb based on fusb-tech | ttsou | 2009-09-16 | 3 | -64/+75 |
| | * | Use default arguments instead of overloaded virtual constructors for cleaner ... | ttsou | 2009-09-16 | 3 | -15/+1 |
| | * | Integrated more usrp_prims code | ttsou | 2009-09-16 | 5 | -345/+144 |
| | * | Fixed swig and usrp apps to work with libusb-0.12 and libusb-1.0 plus minor c... | Thomas Tsou | 2009-09-16 | 4 | -44/+47 |
| | * | Intermediate fix to simplify usrp_one_time_init api | ttsou | 2009-09-16 | 5 | -11/+57 |
| | * | Added autotools header generation and build time version checking | ttsou | 2009-09-16 | 12 | -179/+134 |
| | * | Added libusb1 specific usrp_prims and usrp_basic | ttsou | 2009-09-15 | 3 | -1/+670 |
| | * | first shot at re-adding libusb-0.12 support | ttsou | 2009-09-15 | 11 | -605/+810 |
| | * | Modify apps and swig to reflect libusb_context use | ttsou | 2009-09-15 | 2 | -5/+5 |
| | * | Additional comments for reaping transactions | ttsou | 2009-09-15 | 1 | -2/+3 |