summaryrefslogtreecommitdiff
path: root/usrp/host
Commit message (Expand)AuthorAgeFilesLines
* Keep doxygen 1.7.1 from crashing.Eric Blossom2010-11-171-1/+1
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-092-3/+3
* Merge branch 'maint'Johnathan Corgan2010-08-041-7/+13
|\
| * formatting change: move break statementsEric Blossom2010-08-041-6/+12
| * Fix unitialized variable pointed to by compiler warningEric Blossom2010-08-041-1/+1
* | Add RFX2200 to burn-db-eepromJason Abele2010-06-211-0/+1
* | Copy paste for RFX2200 in USRP1Jason Abele2010-06-213-0/+141
|/
* Fixed WBX RX PLL enableJason Abele2010-06-041-6/+6
* Refactor WBX and adf4350 to avoid passing usrp pointerJason Abele2010-06-046-121/+101
* Clean up annoying class structure in wbxJason Abele2010-06-042-79/+40
* Fixing wbx to use _refclk_freq()Jason Abele2010-06-044-13/+18
* Typo in error messageJason Abele2010-06-041-1/+1
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-1/+1
* Merge branch 'master' into wip/burx_supportJohnathan Corgan2010-05-117-395/+106
|\
| * initial move from mld_threads to gruel:: namespace threads and suchMichael Dickens2010-04-196-394/+103
| * Fix WBX tuning to allow DDC use in reaching 50MHzJason Abele2010-04-161-1/+3
* | usrp: Cleanup for merge of bitshark daughterboard codeJohnathan Corgan2010-05-111-1/+2
* | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.JohnOrlando2010-03-307-0/+482
|/
* Clarified copyright and licensingJason Abele2010-02-192-6/+38
* Remove unnecessary implementation of flexrf::refclk_freq.Eric Blossom2010-01-182-7/+0
* Remove assert(dac_rate() == 128000000).Eric Blossom2010-01-181-11/+15
* Remove wbxng tx gain dependence on pga gainJason Abele2010-01-051-20/+14
* Added antenna select support for new board revJason Abele2010-01-041-2/+4
* Fixing bad tuning range codeJason Abele2010-01-041-5/+3
* WBXNG: Can not enable/disable ADF4350 from set_enable()Jason Abele2010-01-042-10/+12
* WBXNG: power on/off TXMOD and Synth/VCO with set_enableJason Abele2010-01-042-16/+27
* WBXNG: set ADF4350 to low spur modeJason Abele2010-01-041-1/+1
* usrp: Corrected error messageThomas Tsou2009-12-011-1/+1
* same bug as on the U2, found by Stephen LaiMatt Ettus2009-11-261-2/+2
* usrp: Cleanup of usrp_basicThomas Tsou2009-11-027-300/+99
* usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou2009-11-021-1/+9
* Fixing prescaler and disable aux synth output on wbxngJason Abele2009-10-293-8/+14
* Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelldJohnathan Corgan2009-10-196-214/+272
|\
| * moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX pri...Michael2009-10-196-106/+138
| * OSX 10.6 x86_64 fixes for configure and libusb; Audio is nextMichael2009-10-154-107/+135
* | usrp: Fixed firmware load regressionThomas Tsou2009-10-151-1/+3
* | usrp: Corrected error messageThomas Tsou2009-10-151-1/+1
* | usrp: Added missing return valuesThomas Tsou2009-10-151-0/+3
|/
* Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan2009-10-134-28/+114
|\
| * usrp: Disabled libusb-1.0 debug output by defaultThomas Tsou2009-10-121-3/+8
| * usrp: Enable debug outputThomas Tsou2009-10-091-0/+4
| * usrp: Reorg of libusb error reportingThomas Tsou2009-10-093-28/+97
| * usrp: Added error checking on hash transfersThomas Tsou2009-10-091-0/+8
| * augmented search for libusbMichael2009-10-081-2/+2
* | #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)Johnathan Corgan2009-10-101-0/+4
|/
* Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan2009-10-061-960/+0
|\
| * Merge branch 'master' into libusb-1.0Thomas Tsou2009-10-031-1/+1
| |\
| * | usrp: Removed unused fileThomas Tsou2009-10-031-960/+0
* | | Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan2009-10-0611-31/+1093
|\ \ \ | |_|/ |/| |
| * | Clean up for work-in-progressJohnathan Corgan2009-10-0612-326/+177