Allocate 10 additional USB PIDs to Bdale.
Update details on Bdale's existing USB PID allocation.
usrp: cleanup misc usage
Merge branch 'master' of gnuradio.org:gnuradio
Fixing missing include files and various other patches for Windows build issues.
Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined in stddef.h.
Merge branch 'next' into guile-next
Merge branch 'master' into next
Regenerated Makefile.swig.gen's
Update .gitignore's
Major Makefile.am housecleaning. Passes distcheck.
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...
regenerated
Merge remote branch 'gnuradio.org/next' into test
Keep doxygen 1.7.1 from crashing.
Fix guile related problem with gr-usrp
additional regenerated files
regenerate
Rengenerate Makefile.swig.gen's
gitignore swig generated files
Update generated files
regenerated after changes to the template
Updated doxygen Doxyfile for newer versions.
rearrange includes to always be: internal GR, external, with GR.
Merge branch 'maint'
formatting change: move break statements
Fix unitialized variable pointed to by compiler warning
Add RFX2200 to burn-db-eeprom
Copy paste for RFX2200 in USRP1
Fixed WBX RX PLL enable
Refactor WBX and adf4350 to avoid passing usrp pointer
Clean up annoying class structure in wbx
Fixing wbx to use _refclk_freq()
Typo in error message
Make C++ shared libraries versioned
Remove bogus check for existence of prefix directory.
Merge branch 'master' into wip/burx_support
usrp: Cleanup for merge of bitshark daughterboard code
Removed unused variableSet default bandwidth to 8M in constructor
Assign USB PID for Hans de Bok
Remove mblock library. We hardly knew 'ye.
Further updates for removing omnithreads
Updates READMERemoves Darwin specific variable in usrp.pc
initial move from mld_threads to gruel:: namespace threads and such
Merge commit 'jabele/wbx_tuning'
Fix WBX tuning to allow DDC use in reaching 50MHz
Merge branch 'usrp-eeprom' of git://gnuradio.org/jabele
Increase sleep to prevent eeprom problems
Add pid for ThinkRF
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add README for new FPGA hosting location
Remove usrp1 and usrp2 FPGA files. These are now hosted at:
git://ettus.sourcerepo.com/ettus/fpga.git
...under the 'usrp1' and 'usrp2' top-level directories.
Clarified copyright and licensing
Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom
Added $prefix from configure to paths
Remove unnecessary implementation of flexrf::refclk_freq.
Apply patch from Alexander Chemeris <[email protected]>
Remove assert(dac_rate() == 128000000).
Applied patch from Alexander Chemeris <[email protected]>that allows non 64MHz clocking on USRP1.
Remove wbxng tx gain dependence on pga gain
Added antenna select support for new board rev
Fixing bad tuning range code
WBXNG: Can not enable/disable ADF4350 from set_enable() Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking
WBXNG: power on/off TXMOD and Synth/VCO with set_enable No similar function on RX, so RX is always on?
WBXNG: set ADF4350 to low spur mode
usrp: Corrected error message
same bug as on the U2, found by Stephen Lai
Add USB PID for HPSDR HERMES device.
usrp: Cleanup of usrp_basic
Version specific libusb calls are pushed out of usrp_basic intousrp_prims where they belong. This leads to a single usrp_basicfile. A new function in usrp_prims, usrp_deinit(), handlesshutdown specific to version 1.0.
usrp: Check return value in fusb_libusb1 _reap()
The old fusb_libusb1 _reap() call always returned true except onerror. With this commit it checks that a transfer is actuallyreaped and returns false otherwise.
Fixing prescaler and disable aux synth output on wbxng
updated usrp.pc file to reflect the correct version of libusb
Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld
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 printing of long and pointer types
usrp: Fixed firmware load regression
This fixes a bug from "Applied libusb-1.0 patch set from ThomasTsou <[email protected]>" b5aa407ec2b1bdebc1c950a9428789fe50327776
The bus rescan after firmware load was stomped with the addition oflibusb-1.0 support causing the subsequent device open to fail....
usrp: Added missing return values
OSX 10.6 x86_64 fixes for configure and libusb; Audio is next
Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,and F11.
Change calculation of docdir to remove trailer when in git development
usrp: Disabled libusb-1.0 debug output by default
Debug output may generate excessive amounts of information.
#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
Patch-by: Don Ward <[email protected]>
usrp: Enable debug output
This only works if libusb-1.0 is compiled with debug logging.
usrp: Reorg of libusb error reporting
Error messages rather than error codes are reported. Version specificlibusb error messages originate from their respective calls.
usrp: Added error checking on hash transfers
augmented search for libusb
Merge branch 'wip/wbxng' of [email protected]:jcorgan
Clean up for work-in-progress
Copyright updatesTrailing whitespace cleanupMove private headers out of installUse standard include guardsCode cleanup
Integrated gain control for TX and RX of wbxng
Enabled RX Baseband
First Functional TX modulator
Locking, controllable synthesizer on TX and RX
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
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
Merge branch 'master' into libusb-1.0
usrp: Removed unused file
Fix missing update from last commit
usrp: Build fix for non-pkgconfig installs of libusb
Cleanup in preparation for merge
Fix trailing whitespaceUse standard include guardsAdd more missing config.h includesFixup emacs mode stringsUpdate copyright notices