aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/clock_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-4/+4
|
* USRP1: added support for setting clock rate from EEPROMJosh Blum2011-05-011-0/+14
| | | | | Basically, same deal as the previous changeset but for USRP1. Modified previous changes so that the key is shorter (mcr = master_clock_rate)
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-8/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp: added set and get master clock rates to usrp APIJosh Blum2011-01-311-10/+11
| | | | | | implemented set and get rates in usrp1 (its all soft) implemented set and get rates in usrp2 (only 100MHz)
* usrp1: handle special dbsrx clocking caseJosh Blum2010-08-261-64/+0
|
* usrp1: Remove hard coded value in clock rate propertyThomas Tsou2010-08-231-1/+1
|
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+124