summaryrefslogtreecommitdiff
path: root/usrp/host/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removed usrp(2) directories.Tom Rondeau2011-10-1968-18249/+0
|
* Fixing missing include files and various other patches for Windows build issues.Don Ward2011-03-253-0/+7
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-2/+2
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-1/+1
|
* Merge branch 'maint'Johnathan Corgan2010-08-041-7/+13
|\ | | | | | | | | | | | | * maint: usrp2: fixes for gcc 4.5.0 compatibility formatting change: move break statements Fix unitialized variable pointed to by compiler warning
| * formatting change: move break statementsEric Blossom2010-08-041-6/+12
| |
| * Fix unitialized variable pointed to by compiler warningEric Blossom2010-08-041-1/+1
| |
* | Copy paste for RFX2200 in USRP1Jason Abele2010-06-212-0/+101
|/
* Fixed WBX RX PLL enableJason Abele2010-06-041-6/+6
|
* Refactor WBX and adf4350 to avoid passing usrp pointerJason Abele2010-06-045-119/+98
|
* Clean up annoying class structure in wbxJason Abele2010-06-041-53/+33
|
* Fixing wbx to use _refclk_freq()Jason Abele2010-06-043-13/+17
|
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) Add gru.hexshort to deal with short hex constants Assign USB PID for Hans de Bok Add missing buffer allocator hint to gr_ofdm_sampler.cc Really fix the missing include for boost::bind gr-wxgui: Added additional color table entries Missed updates for omnithread/mblock removal Remove omnithreads library. Remove mblock library. We hardly knew 'ye. Convert gr-audio-portaudio to Boost via gruel Further updates for removing omnithreads Update build configuration for OSX omnithreads changeover Add missing include file for boost::bind Convert gcell to use boost::threads instead of omnithread. Fix sequence error indication after stopping then restarting streaming on USRP2. initial move from mld_threads to gruel:: namespace threads and such Initial changes to remove mld_thread and instead use gruel:: namespace classes Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public Fixing doxygen warnings from channelizer block. Fixing documentation to get rid of doxygen warnings. Adding documentation for fff version of othe PFB clock sync algorithm. ...
| * 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
| | | | | | | | | | Removed unused variable Set default bandwidth to 8M in constructor
* | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.JohnOrlando2010-03-304-0/+424
|/
* Clarified copyright and licensingJason Abele2010-02-192-6/+38
|
* Remove unnecessary implementation of flexrf::refclk_freq.Eric Blossom2010-01-181-6/+0
| | | | Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
* Remove assert(dac_rate() == 128000000).Eric Blossom2010-01-181-11/+15
| | | | | Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com> that allows non 64MHz clocking on USRP1.
* 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
| | | | | Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking
* WBXNG: power on/off TXMOD and Synth/VCO with set_enableJason Abele2010-01-042-16/+27
| | | | No similar function on RX, so RX is always on?
* 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-026-300/+90
| | | | | | | Version specific libusb calls are pushed out of usrp_basic into usrp_prims where they belong. This leads to a single usrp_basic file. A new function in usrp_prims, usrp_deinit(), handles shutdown specific to version 1.0.
* usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou2009-11-021-1/+9
| | | | | | The old fusb_libusb1 _reap() call always returned true except on error. With this commit it checks that a transfer is actually reaped and returns false otherwise.
* 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
|\ | | | | | | | | | | | | This merge adds support for OSX 10.6 in gr-audio-osx and usrp. Conflicts: usrp/host/lib/usrp_prims_libusb0.cc
| * moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX ↵Michael2009-10-196-106/+138
| | | | | | | | printing of long and pointer types
| * 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
| | | | | | | | | | | | | | | | | | | | | | This fixes a bug from "Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776 The bus rescan after firmware load was stomped with the addition of libusb-1.0 support causing the subsequent device open to fail. libusb-1.0 doesn't (appear to) require the bus to be explicity rescanned. The rescan is added back for libusb-0.1. For libusb-1.0 the rescan nops.
* | 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-133-26/+112
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu, and F11. * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Applied patch from Michael Dickens for Darwin libusb usrp: Applied patch from Don Ward for Cygwin libusb fix to restart libusbok checking for non-PKGCONFIG usrp: Disabled libusb-1.0 debug output by default merged updated libusb checks with older version usrp: Enable debug output usrp: Reorg of libusb error reporting usrp: Added error checking on hash transfers augmented search for libusb
| * usrp: Disabled libusb-1.0 debug output by defaultThomas Tsou2009-10-121-3/+8
| | | | | | | | Debug output may generate excessive amounts of information.
| * usrp: Enable debug outputThomas Tsou2009-10-091-0/+4
| | | | | | | | This only works if libusb-1.0 is compiled with debug logging.
| * usrp: Reorg of libusb error reportingThomas Tsou2009-10-093-28/+97
| | | | | | | | | | Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls.
| * usrp: Added error checking on hash transfersThomas Tsou2009-10-091-0/+8
| |
* | #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)Johnathan Corgan2009-10-101-0/+4
|/ | | | Patch-by: Don Ward <don2387ward@sprynet.com>
* Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan2009-10-061-960/+0
|\ | | | | | | | | | | * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file
| * usrp: Removed unused fileThomas Tsou2009-10-031-960/+0
| |
* | Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan2009-10-068-16/+961
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | * '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
| * Clean up for work-in-progressJohnathan Corgan2009-10-068-244/+216
| | | | | | | | | | | | | | | | Copyright updates Trailing whitespace cleanup Move private headers out of install Use standard include guards Code cleanup
| * Integrated gain control for TX and RX of wbxngJason Abele2009-10-051-21/+48
| |