| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep doxygen 1.7.1 from crashing. | Eric Blossom | 2010-11-17 | 1 | -1/+1 |
* | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 2 | -3/+3 |
* | Merge branch 'maint' | Johnathan Corgan | 2010-08-04 | 1 | -7/+13 |
|\ |
|
| * | formatting change: move break statements | Eric Blossom | 2010-08-04 | 1 | -6/+12 |
| * | Fix unitialized variable pointed to by compiler warning | Eric Blossom | 2010-08-04 | 1 | -1/+1 |
* | | Add RFX2200 to burn-db-eeprom | Jason Abele | 2010-06-21 | 1 | -0/+1 |
* | | Copy paste for RFX2200 in USRP1 | Jason Abele | 2010-06-21 | 3 | -0/+141 |
|/ |
|
* | Fixed WBX RX PLL enable | Jason Abele | 2010-06-04 | 1 | -6/+6 |
* | Refactor WBX and adf4350 to avoid passing usrp pointer | Jason Abele | 2010-06-04 | 6 | -121/+101 |
* | Clean up annoying class structure in wbx | Jason Abele | 2010-06-04 | 2 | -79/+40 |
* | Fixing wbx to use _refclk_freq() | Jason Abele | 2010-06-04 | 4 | -13/+18 |
* | Typo in error message | Jason Abele | 2010-06-04 | 1 | -1/+1 |
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -1/+1 |
* | Merge branch 'master' into wip/burx_support | Johnathan Corgan | 2010-05-11 | 7 | -395/+106 |
|\ |
|
| * | initial move from mld_threads to gruel:: namespace threads and such | Michael Dickens | 2010-04-19 | 6 | -394/+103 |
| * | Fix WBX tuning to allow DDC use in reaching 50MHz | Jason Abele | 2010-04-16 | 1 | -1/+3 |
* | | usrp: Cleanup for merge of bitshark daughterboard code | Johnathan Corgan | 2010-05-11 | 1 | -1/+2 |
* | | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1. | JohnOrlando | 2010-03-30 | 7 | -0/+482 |
|/ |
|
* | Clarified copyright and licensing | Jason Abele | 2010-02-19 | 2 | -6/+38 |
* | Remove unnecessary implementation of flexrf::refclk_freq. | Eric Blossom | 2010-01-18 | 2 | -7/+0 |
* | Remove assert(dac_rate() == 128000000). | Eric Blossom | 2010-01-18 | 1 | -11/+15 |
* | Remove wbxng tx gain dependence on pga gain | Jason Abele | 2010-01-05 | 1 | -20/+14 |
* | Added antenna select support for new board rev | Jason Abele | 2010-01-04 | 1 | -2/+4 |
* | Fixing bad tuning range code | Jason Abele | 2010-01-04 | 1 | -5/+3 |
* | WBXNG: Can not enable/disable ADF4350 from set_enable() | Jason Abele | 2010-01-04 | 2 | -10/+12 |
* | WBXNG: power on/off TXMOD and Synth/VCO with set_enable | Jason Abele | 2010-01-04 | 2 | -16/+27 |
* | WBXNG: set ADF4350 to low spur mode | Jason Abele | 2010-01-04 | 1 | -1/+1 |
* | usrp: Corrected error message | Thomas Tsou | 2009-12-01 | 1 | -1/+1 |
* | same bug as on the U2, found by Stephen Lai | Matt Ettus | 2009-11-26 | 1 | -2/+2 |
* | usrp: Cleanup of usrp_basic | Thomas Tsou | 2009-11-02 | 7 | -300/+99 |
* | usrp: Check return value in fusb_libusb1 _reap() | Thomas Tsou | 2009-11-02 | 1 | -1/+9 |
* | Fixing prescaler and disable aux synth output on wbxng | Jason Abele | 2009-10-29 | 3 | -8/+14 |
* | Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld | Johnathan Corgan | 2009-10-19 | 6 | -214/+272 |
|\ |
|
| * | moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX pri... | Michael | 2009-10-19 | 6 | -106/+138 |
| * | OSX 10.6 x86_64 fixes for configure and libusb; Audio is next | Michael | 2009-10-15 | 4 | -107/+135 |
* | | usrp: Fixed firmware load regression | Thomas Tsou | 2009-10-15 | 1 | -1/+3 |
* | | usrp: Corrected error message | Thomas Tsou | 2009-10-15 | 1 | -1/+1 |
* | | usrp: Added missing return values | Thomas Tsou | 2009-10-15 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | 2009-10-13 | 4 | -28/+114 |
|\ |
|
| * | usrp: Disabled libusb-1.0 debug output by default | Thomas Tsou | 2009-10-12 | 1 | -3/+8 |
| * | usrp: Enable debug output | Thomas Tsou | 2009-10-09 | 1 | -0/+4 |
| * | usrp: Reorg of libusb error reporting | Thomas Tsou | 2009-10-09 | 3 | -28/+97 |
| * | usrp: Added error checking on hash transfers | Thomas Tsou | 2009-10-09 | 1 | -0/+8 |
| * | augmented search for libusb | Michael | 2009-10-08 | 1 | -2/+2 |
* | | #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.) | Johnathan Corgan | 2009-10-10 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | 2009-10-06 | 1 | -960/+0 |
|\ |
|
| * | 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 |