summaryrefslogtreecommitdiff
path: root/usrp
AgeCommit message (Expand)Author
2010-01-18Remove unnecessary implementation of flexrf::refclk_freq.Eric Blossom
2010-01-18Remove assert(dac_rate() == 128000000).Eric Blossom
2010-01-05Remove wbxng tx gain dependence on pga gainJason Abele
2010-01-04Added antenna select support for new board revJason Abele
2010-01-04Fixing bad tuning range codeJason Abele
2010-01-04WBXNG: Can not enable/disable ADF4350 from set_enable()Jason Abele
2010-01-04WBXNG: power on/off TXMOD and Synth/VCO with set_enableJason Abele
2010-01-04WBXNG: set ADF4350 to low spur modeJason Abele
2009-12-01usrp: Corrected error messageThomas Tsou
2009-11-26same bug as on the U2, found by Stephen LaiMatt Ettus
2009-11-11Add USB PID for HPSDR HERMES device.Eric Blossom
2009-11-02usrp: Cleanup of usrp_basicThomas Tsou
2009-11-02usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou
2009-10-29Fixing prescaler and disable aux synth output on wbxngJason Abele
2009-10-27updated usrp.pc file to reflect the correct version of libusbMichael
2009-10-19Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelldJohnathan Corgan
2009-10-19moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX pri...Michael
2009-10-15usrp: Fixed firmware load regressionThomas Tsou
2009-10-15usrp: Corrected error messageThomas Tsou
2009-10-15usrp: Added missing return valuesThomas Tsou
2009-10-15OSX 10.6 x86_64 fixes for configure and libusb; Audio is nextMichael
2009-10-13Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
2009-10-13Change calculation of docdir to remove trailer when in git developmentJohnathan Corgan
2009-10-12usrp: Disabled libusb-1.0 debug output by defaultThomas Tsou
2009-10-10#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)Johnathan Corgan
2009-10-09usrp: Enable debug outputThomas Tsou
2009-10-09usrp: Reorg of libusb error reportingThomas Tsou
2009-10-09usrp: Added error checking on hash transfersThomas Tsou
2009-10-08augmented search for libusbMichael
2009-10-06Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
2009-10-06Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan
2009-10-06Clean up for work-in-progressJohnathan Corgan
2009-10-05Integrated gain control for TX and RX of wbxngJason Abele
2009-10-05Enabled RX BasebandJason Abele
2009-10-05First Functional TX modulatorJason Abele
2009-10-05Locking, controllable synthesizer on TX and RXJason Abele
2009-10-05Able to tune RX VCO, observe R and N divider output on MUXOUTJason Abele
2009-10-05twiddling gpio successfullyJason Abele
2009-10-05Clean buildJason Abele
2009-10-05Initial compile of wbxng, properly sets db IDsJason Abele
2009-10-03Merge branch 'master' into libusb-1.0Thomas Tsou
2009-10-03usrp: Removed unused fileThomas Tsou
2009-10-03Fix missing update from last commitJohnathan Corgan
2009-10-03usrp: Build fix for non-pkgconfig installs of libusbThomas Tsou
2009-10-01Cleanup in preparation for mergeJohnathan Corgan
2009-10-01Add required include directory for new header organizationJohnathan Corgan
2009-10-01Added config.h headers to fix win32 buildThomas Tsou
2009-09-29Consolidate conditional headers into libusb_types.h, use automakeJohnathan Corgan
2009-09-23Change write_internal_ram in usrp_prims to print signed error codeThomas Tsou
2009-09-17Allow fusb_sysconfig to build on non-linux libusb-0.12 implsttsou