| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into usrp2p | Josh Blum | 2010-11-11 | 1 | -4/+1 |
|\ |
|
| * | usrp2: fix discovery timeout, use default | Josh Blum | 2010-11-11 | 1 | -4/+1 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-11-11 | 1 | -2/+2 |
|\| |
|
| * | usrp2: switch the timeout to units of seconds | Josh Blum | 2010-11-11 | 1 | -2/+2 |
* | | U2P: Ripped out the mboard_rev_t structure in favor of an enum in usrp2_regs.... | Nick Foster | 2010-11-10 | 12 | -335/+121 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 7 | -85/+78 |
|\| |
|
| * | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 2 | -3/+3 |
| * | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 1 | -2/+4 |
| * | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ... | Josh Blum | 2010-11-05 | 1 | -28/+29 |
| * | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 1 | -2/+6 |
| |\ |
|
| * | | usrp: implement name checking on dicovery (all platforms), separate usb seria... | Josh Blum | 2010-11-05 | 1 | -2/+16 |
| * | | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 6 | -18/+15 |
| * | | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-04 | 3 | -1/+18 |
| |\| |
|
| | * | usrp2: handle real overflow packets in host, reload continuous stream cmd, re... | Josh Blum | 2010-10-21 | 3 | -1/+18 |
| * | | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 3 | -60/+25 |
| |/ |
|
* | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstream | Nick Foster | 2010-11-10 | 10 | -17/+222 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-21 | 2 | -1/+3 |
|\| |
|
| * | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 1 | -0/+2 |
| * | usrp2: make the booty smaller than the number of recv frames | Josh Blum | 2010-10-16 | 1 | -1/+1 |
* | | Moved mboard rev detection to iface.cpp. | Nick Foster | 2010-10-20 | 2 | -6/+7 |
* | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 8 | -25/+35 |
* | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ... | Nick Foster | 2010-10-12 | 9 | -44/+57 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-08 | 4 | -111/+69 |
|\| |
|
| * | usrp2: moved samples per packet calculation into io_impl | Josh Blum | 2010-10-07 | 2 | -20/+22 |
| * | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 4 | -83/+44 |
| * | usrp2: removed extra print-outs in init | Josh Blum | 2010-10-04 | 1 | -4/+0 |
| * | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 2 | -19/+19 |
* | | USRP2P: Little bit of commonality in the include files. No functional change. | Nick Foster | 2010-10-08 | 1 | -1/+0 |
* | | U2P: Bootloader works, successfully loads production image. | Nick Foster | 2010-10-08 | 1 | -0/+2 |
* | | USRP2P: internal reference selected by default. | Nick Foster | 2010-10-05 | 3 | -2/+21 |
* | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2 | Nick Foster | 2010-10-05 | 1 | -5/+15 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-05 | 2 | -2/+7 |
|\| |
|
| * | Merge branch 'tvrx_uhd' | Josh Blum | 2010-09-30 | 1 | -0/+4 |
| |\ |
|
| | * | usrp: added get codec rate to dboard iface | Josh Blum | 2010-09-29 | 1 | -0/+4 |
| * | | uhd: implemented recv timeout for zero copy interface | Josh Blum | 2010-09-30 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-30 | 3 | -7/+73 |
|\| |
|
| * | uhd: fix warning by adding brackets for while(cond){}; | Josh Blum | 2010-09-27 | 1 | -1/+1 |
| * | usrp1: reworked the io_impl for usrp1 to use the vrt packet handler | Josh Blum | 2010-09-22 | 1 | -1/+1 |
| * | usrp2: make usrp2 dsp multi-channel compatible | Josh Blum | 2010-09-20 | 1 | -4/+20 |
| * | usrp2: provide clock over mimo connector so usrp2 can share refs | Josh Blum | 2010-09-17 | 1 | -1/+50 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 6 | -33/+54 |
|\| |
|
| * | uhd: added enable flags for usrp1 and usrp2 | Josh Blum | 2010-09-09 | 1 | -19/+40 |
| * | usrp2: flush the error flow messages, issue the stop before register configur... | Josh Blum | 2010-08-31 | 2 | -7/+7 |
| * | usrp2: changes to mux calculation routine and usrp2 fpga compat number | Josh Blum | 2010-08-25 | 2 | -57/+1 |
* | | Removing the GPS search stuff until I have time to figure out why the firmwar... | Nick Foster | 2010-08-26 | 1 | -2/+2 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-25 | 1 | -0/+20 |
|\| |
|
| * | usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ... | Josh Blum | 2010-08-23 | 1 | -0/+20 |
* | | Change to get codec_impl to compile, dur. | Nick Foster | 2010-08-25 | 1 | -11/+11 |
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 7 | -57/+47 |
|\| |
|
| * | usrp2: template pick rate to avoid compile errors | Josh Blum | 2010-08-18 | 1 | -2/+3 |