Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix WBX tuning to allow DDC use in reaching 50MHz | Jason Abele | 2010-04-16 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge branch 'usrp-eeprom' of git://gnuradio.org/jabele | Johnathan Corgan | 2010-04-15 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | * 'usrp-eeprom' of git://gnuradio.org/jabele: Increase sleep to prevent eeprom problems | |||||
| | * | | Increase sleep to prevent eeprom problems | Jason Abele | 2010-04-14 | 1 | -2/+2 | |
| | |/ | ||||||
| * / | Add pid for ThinkRF | Eric Blossom | 2010-04-14 | 1 | -0/+1 | |
| |/ | ||||||
* | | usrp: Cleanup for merge of bitshark daughterboard code | Johnathan Corgan | 2010-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | Removed unused variable Set default bandwidth to 8M in constructor | |||||
* | | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1. | JohnOrlando | 2010-03-30 | 7 | -0/+482 | |
|/ | ||||||
* | Add README for new FPGA hosting location | Johnathan Corgan | 2010-03-02 | 1 | -0/+3 | |
| | ||||||
* | Remove usrp1 and usrp2 FPGA files. These are now hosted at: | Johnathan Corgan | 2010-02-28 | 200 | -27403/+0 | |
| | | | | | | git://ettus.sourcerepo.com/ettus/fpga.git ...under the 'usrp1' and 'usrp2' top-level directories. | |||||
* | Clarified copyright and licensing | Jason Abele | 2010-02-19 | 2 | -6/+38 | |
| | ||||||
* | Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom | Jason Abele | 2010-02-10 | 2 | -6/+16 | |
| | | | | Added $prefix from configure to paths | |||||
* | Remove unnecessary implementation of flexrf::refclk_freq. | Eric Blossom | 2010-01-18 | 2 | -7/+0 | |
| | | | | Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com> | |||||
* | Remove assert(dac_rate() == 128000000). | Eric Blossom | 2010-01-18 | 1 | -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 gain | Jason Abele | 2010-01-05 | 1 | -20/+14 | |
| | ||||||
* | Added antenna select support for new board rev | Jason Abele | 2010-01-04 | 1 | -2/+4 | |
| | ||||||
* | Fixing bad tuning range code | Jason Abele | 2010-01-04 | 1 | -5/+3 | |
| | ||||||
* | WBXNG: Can not enable/disable ADF4350 from set_enable() | Jason Abele | 2010-01-04 | 2 | -10/+12 | |
| | | | | | Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking | |||||
* | WBXNG: power on/off TXMOD and Synth/VCO with set_enable | Jason Abele | 2010-01-04 | 2 | -16/+27 | |
| | | | | No similar function on RX, so RX is always on? | |||||
* | WBXNG: set ADF4350 to low spur mode | Jason Abele | 2010-01-04 | 1 | -1/+1 | |
| | ||||||
* | usrp: Corrected error message | Thomas Tsou | 2009-12-01 | 1 | -1/+1 | |
| | ||||||
* | same bug as on the U2, found by Stephen Lai | Matt Ettus | 2009-11-26 | 1 | -2/+2 | |
| | ||||||
* | Add USB PID for HPSDR HERMES device. | Eric Blossom | 2009-11-11 | 1 | -0/+1 | |
| | ||||||
* | usrp: Cleanup of usrp_basic | Thomas Tsou | 2009-11-02 | 7 | -300/+99 | |
| | | | | | | | 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 Tsou | 2009-11-02 | 1 | -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 wbxng | Jason Abele | 2009-10-29 | 3 | -8/+14 | |
| | ||||||
* | updated usrp.pc file to reflect the correct version of libusb | Michael | 2009-10-27 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld | Johnathan Corgan | 2009-10-19 | 6 | -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 ↵ | Michael | 2009-10-19 | 6 | -106/+138 | |
| | | | | | | | | printing of long and pointer types | |||||
| * | OSX 10.6 x86_64 fixes for configure and libusb; Audio is next | Michael | 2009-10-15 | 4 | -107/+135 | |
| | | ||||||
* | | usrp: Fixed firmware load regression | Thomas Tsou | 2009-10-15 | 1 | -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 message | Thomas Tsou | 2009-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | usrp: Added missing return values | Thomas Tsou | 2009-10-15 | 1 | -0/+3 | |
|/ | ||||||
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | 2009-10-13 | 4 | -28/+114 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 default | Thomas Tsou | 2009-10-12 | 1 | -3/+8 | |
| | | | | | | | | Debug output may generate excessive amounts of information. | |||||
| * | usrp: Enable debug output | Thomas Tsou | 2009-10-09 | 1 | -0/+4 | |
| | | | | | | | | This only works if libusb-1.0 is compiled with debug logging. | |||||
| * | usrp: Reorg of libusb error reporting | Thomas Tsou | 2009-10-09 | 3 | -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 transfers | Thomas Tsou | 2009-10-09 | 1 | -0/+8 | |
| | | ||||||
| * | augmented search for libusb | Michael | 2009-10-08 | 1 | -2/+2 | |
| | | ||||||
* | | Change calculation of docdir to remove trailer when in git development | Johnathan Corgan | 2009-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.) | Johnathan Corgan | 2009-10-10 | 1 | -0/+4 | |
|/ | | | | Patch-by: Don Ward <don2387ward@sprynet.com> | |||||
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou | Johnathan Corgan | 2009-10-06 | 1 | -960/+0 | |
|\ | | | | | | | | | | | * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file | |||||
| * | Merge branch 'master' into libusb-1.0 | Thomas Tsou | 2009-10-03 | 1 | -1/+1 | |
| |\ | ||||||
| * | | usrp: Removed unused file | Thomas Tsou | 2009-10-03 | 1 | -960/+0 | |
| | | | ||||||
* | | | Merge branch 'wip/wbxng' of git@gnuradio.org:jcorgan | Johnathan Corgan | 2009-10-06 | 11 | -31/+1093 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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-progress | Johnathan Corgan | 2009-10-06 | 12 | -326/+177 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 wbxng | Jason Abele | 2009-10-05 | 2 | -21/+49 | |
| | | | ||||||
| * | | Enabled RX Baseband | Jason Abele | 2009-10-05 | 1 | -2/+4 | |
| | | | ||||||
| * | | First Functional TX modulator | Jason Abele | 2009-10-05 | 2 | -100/+91 | |
| | | | ||||||
| * | | Locking, controllable synthesizer on TX and RX | Jason Abele | 2009-10-05 | 3 | -21/+43 | |
| | | | | | | | | | | | | | | | | | | 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 | Jason Abele | 2009-10-05 | 3 | -34/+49 | |
| | | | ||||||
| * | | twiddling gpio successfully | Jason Abele | 2009-10-05 | 6 | -159/+164 | |
| | | |