summaryrefslogtreecommitdiff
path: root/usrp
AgeCommit message (Collapse)Author
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
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.
2009-11-02usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou
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.
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
This merge adds support for OSX 10.6 in gr-audio-osx and usrp. Conflicts: usrp/host/lib/usrp_prims_libusb0.cc
2009-10-19moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX ↵Michael
printing of long and pointer types
2009-10-15usrp: Fixed firmware load regressionThomas Tsou
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.
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
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
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
Debug output may generate excessive amounts of information.
2009-10-10#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-09usrp: Enable debug outputThomas Tsou
This only works if libusb-1.0 is compiled with debug logging.
2009-10-09usrp: Reorg of libusb error reportingThomas Tsou
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls.
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
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file
2009-10-06Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan
* '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
2009-10-06Clean up for work-in-progressJohnathan Corgan
Copyright updates Trailing whitespace cleanup Move private headers out of install Use standard include guards Code cleanup
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
set Charge Pump Current (Icp) per design guide on schem set R divider to 3, so that PFD inputs are ~21MHz set RF output enable even when looking for AUX
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
Fix trailing whitespace Use standard include guards Add more missing config.h includes Fixup emacs mode strings Update copyright notices
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
2009-09-16Comments for usrp_primsttsou
2009-09-16Removed internal functions from external header filettsou
2009-09-16Moved to single generated fusb.h, headers now generated out of lib directoryttsou
2009-09-16Removed preprocessor declrs out of fusb.h and created separate ↵ttsou
fusb_libusb1_base.h
2009-09-16Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integrationttsou
2009-09-16Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0ttsou
2009-09-16Fixed bug usb_control_transfer bugttsou
2009-09-16Combined additiona usrp_prims codettsou
2009-09-16Fix glitch from previous committtsou