aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_clk_regs.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-66/+72
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-2/+12
|
* N210: changes for rev 4 supportNick Foster2011-05-181-0/+2
|
* usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-12/+19
|
* U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-8/+18
| | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib.
* 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-2/+2
|
* USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵Nick Foster2010-10-121-5/+10
| | | | with hardware revisions.
* Host-side changes to work with the USRP2+.Nick Foster2010-07-261-0/+63
Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+