aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/clock_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-10/+10
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-19/+19
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-211-3/+13
| | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning
* Warning fixesNicholas Corgan2015-03-271-2/+2
| | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+5
|
* b100/e100: additional constraints for clock rate configurationJosh Blum2011-10-181-0/+3
|
* b100: add reference lock sensorJosh Blum2011-10-101-0/+7
|
* B100: unshadow dboard clock rates so you can set master freq after init and ↵Nick Foster2011-09-231-1/+1
| | | | still tune ok
* B100: LVDS clocking on db outputsNick Foster2011-09-201-8/+4
|
* b100: some tweaks (unresolved streaming issues ATM)Josh Blum2011-06-301-0/+6
|
* b100: got b100 into the properties tree like usrp2Josh Blum2011-06-291-7/+6
|
* b100: support for dual dspJosh Blum2011-06-161-1/+1
|
* b100: removed usrp prefix from filesJosh Blum2011-06-151-0/+525