aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/clock_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generalized mboard_iface and added a SPI convenience class a la I2CNick Foster2011-03-031-1/+1
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp2: configured clock delay over mimo cableJosh Blum2010-12-111-10/+17
|
* packet_router: added set_mimo_clock_delay to clock_ctrl.Nick Foster2010-12-111-0/+46
| | | | Delay range is fixed right now to [0.444, 9.744]ns in 300ps increments
* usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-3/+1
| | | | | | | | added status to register to readback master/slave mode removed mimo enum from clock config, its not relevant added serdes clock config to the update clock config method
* usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-1/+1
|
* U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-1/+0
| | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib.
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-nextNick Foster2010-11-101-0/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp
| * usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-2/+3
| |
* | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-1/+1
| |
* | USRP2P: mboard rev works through props interface.Nick Foster2010-10-121-1/+5
| | | | | | | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays.
* | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵Nick Foster2010-10-121-18/+18
| | | | | | | | with hardware revisions.
* | 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.