aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/clock_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* USRP2P: internal reference selected by default.Nick Foster2010-10-051-0/+13
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-301-1/+50
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * usrp2: provide clock over mimo connector so usrp2 can share refsJosh Blum2010-09-171-1/+50
| |
* | Merge branch 'master' into usrp2pNick Foster2010-08-101-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was the merge from hell Conflicts: firmware/microblaze/Makefile.am firmware/microblaze/bootstrap firmware/microblaze/configure.ac firmware/microblaze/lib/Makefile.inc host/lib/CMakeLists.txt host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/dboard_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.hpp host/lib/usrp/usrp2/usrp2_impl.hpp host/lib/usrp/usrp2/usrp2_regs.hpp host/test/CMakeLists.txt
| * DBSRX support in UHDJason Abele2010-08-041-2/+2
| |
* | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-34/+71
|/ | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* usrp2: init clock rate shadows for dboard iface, uhd: pthread sched fix ↵Josh Blum2010-06-181-2/+0
| | | | error condition check
* usrp2: implemented dboard clock divider control in usrp2 clock controlJosh Blum2010-06-171-8/+35
|
* added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ↵Josh Blum2010-06-171-0/+16
| | | | ctrl implementation...
* move get clock rate into clock controlJosh Blum2010-06-041-0/+4
|
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-5/+5
|
* clock bypass divider fixes, forgot to move this part into the hostJosh Blum2010-05-181-0/+8
|
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-0/+155
The codec control powers down the chips on destruction.