| Commit message (Expand) | Author | Age | Files | Lines |
* | n2x0: adjustment for phase delay over mimo cable | Josh Blum | 2012-03-14 | 1 | -1/+1 |
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 1 | -1/+1 |
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 1 | -0/+2 |
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 1 | -1/+2 |
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 1 | -0/+2 |
* | usrp: added missing include for weak ptr | Josh Blum | 2011-11-08 | 1 | -0/+1 |
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
* | usrp2: additional corrections for streaming to work | Josh Blum | 2011-11-03 | 1 | -2/+2 |
* | uhd: lots of work releated to streamer work and usrp2 implementation | Josh Blum | 2011-11-03 | 1 | -18/+9 |
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -1/+1 |
* | usrp: remove wax::obj entry point (not used) | Josh Blum | 2011-09-08 | 1 | -3/+0 |
* | usrp2: initialize channel occupancy variables, | Josh Blum | 2011-08-23 | 1 | -0/+1 |
* | usrp2: adjusted mimo delay cycles for FPGA changes | Josh Blum | 2011-07-28 | 1 | -1/+1 |
* | uhd: add get_tree call directly to the device | Josh Blum | 2011-07-20 | 1 | -0/+3 |
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -2/+2 |
* | usrp: added clipping to link max rate when setting sample rate | Josh Blum | 2011-07-04 | 1 | -0/+1 |
* | usrp2: accept old db name 0 for backwards compat | Josh Blum | 2011-07-03 | 1 | -2/+3 |
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -1/+1 |
* | usrp2: moved impl back into usrp subdir | Josh Blum | 2011-06-29 | 1 | -140/+49 |
* | usrp2: super packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -1/+0 |
* | N210: implemented mboard sensors for ref lock and MIMO lock | Nick Foster | 2011-04-29 | 1 | -1/+4 |
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -1/+1 |
* | usrp2: 2nd dsp working, tweaks regs map and other bugs | Josh Blum | 2011-02-21 | 1 | -0/+1 |
* | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -1/+0 |
* | usrp2: code working again in a completed form but did not test dual dsp | Josh Blum | 2011-02-20 | 1 | -3/+4 |
* | usrp2: lot of work on dual dsp, grep for TODOs before continuing | Josh Blum | 2011-02-19 | 1 | -21/+15 |
* | usrp2: moved all dsp related code into dsp_impl and split for multiple dsps | Josh Blum | 2011-02-18 | 1 | -21/+14 |
* | usrp2: added indexed regs for rx dsp and ctrl | Josh Blum | 2011-02-18 | 1 | -0/+2 |
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -2/+2 |
* | next: generalized the GPS interface to any USRP device. just give it a functi... | Nick Foster | 2011-01-17 | 1 | -2/+2 |
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
* | uhd: replace all the instances of float not pertaining to io types with doubl... | Josh Blum | 2011-01-11 | 1 | -2/+2 |
* | uhd: use internal() to default clock configs, dont use PPS_INT, theres no suc... | Josh Blum | 2011-01-11 | 1 | -1/+0 |
* | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+5 |
|\ |
|
| * | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 1 | -1/+5 |
| * | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 1 | -5/+3 |
* | | usrp2: added mimo_mode address arg and documented it | Josh Blum | 2010-12-13 | 1 | -3/+4 |
* | | usrp-n: removed serdes control, its not needed, fw must set this up | Josh Blum | 2010-12-11 | 1 | -2/+0 |
|/ |
|
* | usrp_nxxx: software workarounds for weird power up state | Josh Blum | 2010-11-23 | 1 | -0/+2 |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -6/+9 |
| |\ |
|
| * | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ... | Nick Foster | 2010-10-12 | 1 | -1/+0 |
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-08 | 1 | -60/+12 |
| |\ \ |
|
| * | | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ... | Nick Foster | 2010-08-13 | 1 | -0/+2 |
| * | | | Merge branch 'master' into usrp2p | Nick Foster | 2010-08-10 | 1 | -2/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2py | Nick Foster | 2010-07-28 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | Added gain support for USRP2+ ADC. | Nick Foster | 2010-07-27 | 1 | -0/+2 |
| | * | | | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-23 | 1 | -0/+9 |
| * | | | | | This is a manual merge of codec_gains2 into usrp2py. | Nick Foster | 2010-07-27 | 1 | -0/+9 |
* | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample command... | Josh Blum | 2010-11-08 | 1 | -1/+0 |