aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Removed more superfluous variablesMartin Braun2016-11-281-6/+6
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0823-426/+427
* max2871: Added label for the bit region VAS_DLYPaul David2016-10-051-0/+7
* Frontend corrections: Provide new function for RFNoC-based radioNicolas Cuervo2016-08-112-3/+64
* ad936x: Loopback check now takes peeker/poker functors instead of assuming an...Martin Braun2016-08-092-10/+7
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-094-10/+65
* common: adf5355: 'Fix' compiler warningMoritz Fischer2016-08-011-2/+2
* adf_synth: Added muxout config API to 435x controllersAshish Chaudhari2016-07-191-0/+34
* twinrx: Added ADF5355 control moduleAshish Chaudhari2016-07-193-0/+434
* Updated code to work for new minimum dependenciesNicholas Corgan2016-03-211-1/+2
* Merge branch 'maint'Ashish Chaudhari2016-02-181-9/+134
|\
| * UBX: Phase synchronizationmichael-west2016-02-181-9/+134
* | adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-125-225/+365
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-14/+14
* | Merge branch 'maint'Martin Braun2016-01-211-3/+1
|\|