aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common
Commit message (Expand)AuthorAgeFilesLines
* uhd: initial commit of UHD support for E320Brent Stapleton2018-07-182-10/+2
* mpm: initial commit of E320 codeBrent Stapleton2018-07-181-0/+15
* e300: remove time spiTrung N Tran2018-07-061-36/+1
* ad9361: Add API to set 1R1T/2R2T timing modesSugandha Gupta2018-06-153-0/+63
* LMX2592: Fix PFD calculationDerek Kozel2018-06-121-1/+1
* LMX2592: Skip output div-by-3 due to harmonicsDerek Kozel2018-06-061-0/+6
* lib: Remove some unnecessary use of boost::posix_timeMartin Braun2018-05-141-6/+6
* uhd: Added LMX2592 driverDerek Kozel2018-05-032-0/+472
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-302-26/+27
* ad9361: Fix bandwidth warnings and rangesVidush2018-04-274-30/+77
* ad936x: De-boostify ad936x_manager, minor cleanupMartin Braun2018-04-261-42/+76
* adf4002: Fixed register programming for power down bitSugandha Gupta2018-04-121-1/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-1426-2917/+15
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-051-2/+4
* uhd: Update license headersMartin Braun2018-02-1932-31/+59
* uhdlib: Update constrained_device_args_tMartin Braun2018-01-181-271/+0
* Move all headers to SPDX format, harmonize license headersMartin Braun2017-12-222-26/+4
* mpm: LMK code now throws on incorrect chip IDMartin Braun2017-12-222-4/+14
* mpm: Fixed a plethora of SPI-related issuesMartin Braun2017-12-222-9/+17
* lmk: Update LMK04828 driver with values for MagnesiumDerek Kozel2017-12-222-49/+69
* Initial commit for N3xx development.Martin Braun2017-12-223-0/+127
* Clean up build processMartin Braun2017-12-221-4/+9
* Move all license headers to SPDX format.Martin Braun2017-12-2229-348/+29
* TwinRX: Added ADF5356 synth and TwinRX Rev C supportDerek Kozel2017-12-085-413/+495
* adf435x: Add APIs for cp current and aux levelAlex Williams2017-10-301-8/+75
* docs: Fixed doxygen warningssugandhagupta2017-06-291-18/+20
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-5/+4
* ad9361: Reconfigure Rx HB filters with MCR >58 MHzTom Tsou2017-06-281-1/+2
* Merge branch 'maint'Martin Braun2017-06-271-1/+5
|\
| * X300: Dual channel TX performance improvementsMichael West2017-06-261-1/+5
* | uhd: Removed unused code in recv_packet_demuxer_proxy_3000Martin Braun2017-04-121-30/+3
* | utils: Replaced uhd::atomic_uint32_t with std::atomicMartin Braun2017-04-121-4/+4
* | logging: Demoted more DEBUG to TRACEMartin Braun2017-04-063-25/+27
* | utils: add cmake switch to disable fastpath loggingAndrej Rode2017-04-061-3/+12
* | Merge branch 'maint'Martin Braun2017-03-241-0/+6
|\|
| * max2871: fix for not writing register 0 when requiredMark Meserve2017-03-211-0/+6
* | Merge branch 'maint'Martin Braun2017-03-011-8/+5
|\|
| * Fix max values for MOD2 and FRAC2Mark Meserve2017-02-201-2/+2
| * Revise calculation of ADF5355 FRAC2 registerMark Meserve2017-02-201-7/+4
* | Merge branch 'maint'Martin Braun2017-02-201-1/+5
|\|
| * UBX: Add UHD_SAFE_CALL for MAX287x dectructor to prevent terminatemichael-west2017-02-161-1/+5
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-2013-59/+60
* | n230: Fold in module fka usrp3_fw_ctrl_ifaceMartin Braun2017-02-204-420/+0
* | uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-172-4/+4
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-106-15/+11
|/
* Moved default register values into ic_reg_mapDerek Kozel2017-01-301-32/+13
* lib: add default ctors to structs and initialize members properlyAndrej Rode2017-01-121-3/+15
* lib: remove statements after throwAndrej Rode2017-01-121-1/+1
* ad9361: assign before throwAndrej Rode2017-01-121-1/+1