aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpm: Changed mpm_shell to support scripted useDerek Kozel2018-01-241-14/+16
* fixup! mpm: Log timeouts during API calls, reset timer on claimed callsMartin Braun2018-01-232-1/+8
* utils: refactor uhd_images_downloaderBrent Stapleton2018-01-234-333/+370
* mpm: mg: Remove superfluous importMartin Braun2018-01-231-1/+1
* docs: Add explanation for init_cals and tracking_cals keys on N310Martin Braun2018-01-231-2/+60
* mg: ease the usage of init and tracking calTrung N Tran2018-01-231-9/+94
* logging: Minor refactoring, skip empty log messagesMartin Braun2018-01-231-75/+102
* fixup! rpclib: fix use of "boost::asio::strand" -> "boost::asio::io_service::...Martin Braun2018-01-221-1/+2
* cmake: fix test library path ordering to be internal then externalMichael Dickens2018-01-221-2/+2
* mpm: Log timeouts during API calls, reset timer on claimed callsMartin Braun2018-01-221-0/+7
* rpclib: fix use of "boost::asio::strand" -> "boost::asio::io_service::strand"Michael Dickens2018-01-223-3/+3
* mpm: ad937x: RefactorMartin Braun2018-01-224-149/+312
* mpm: n310: Fix setting time source depending on clock sourceMartin Braun2018-01-221-7/+4
* fixup! mpm: Harmonize imports, tidy + sort modulesMartin Braun2018-01-221-1/+1
* n310: removed orphaned commentsBrent Stapleton2018-01-191-4/+0
* n310: Update the dboard UIO usageBrent Stapleton2018-01-191-25/+22
* mpm: Demoting watchdog related log message to DEBUGMartin Braun2018-01-191-1/+2
* Docs: Update channel numbernatetemple2018-01-191-1/+1
* Docs: Typo fixesnatetemple2018-01-192-4/+4
* mpm: Update unclaim timeout logicMartin Braun2018-01-181-9/+30
* mg: Remove superfluous DEBUG message, minor formattingMartin Braun2018-01-181-10/+12
* logging: Fix version print at top of every UHD sessionMartin Braun2018-01-181-17/+21
* uhdlib: Update constrained_device_args_tMartin Braun2018-01-184-31/+170
* mpm: mg: Demote notice on LMK not being locked b/c of lacking initMartin Braun2018-01-181-1/+1
* cmake: Check for minimum MSVC, bump MSVC min version to 14.0Martin Braun2018-01-172-8/+16
* mpm: Demoted some log statements from INFO to TRACE or DEBUGMartin Braun2018-01-172-3/+2
* mpm: Refactored RPC serverMartin Braun2018-01-171-66/+80
* mg: Fix various compiler warningsMartin Braun2018-01-163-47/+48
* mg: Fix missing return value for half-dB stepsMartin Braun2018-01-161-0/+1
* multi_usrp: Fix compiler warningsMartin Braun2018-01-161-22/+41
* docs: Fix Doxygen warningsMartin Braun2018-01-161-3/+3
* docs: Misc amendments to N3xx manual pageMartin Braun2018-01-162-54/+270
* mpm: n310: Bump compat number to 2.0Martin Braun2018-01-162-1/+1
* mpm/mpmd: Report device state using get_init_status() and verifyMartin Braun2018-01-162-1/+16
* mpm: n310: Refactor N3xx periph managerMartin Braun2018-01-161-20/+32
* mpm: Refactor PeriphManager classesMartin Braun2018-01-162-39/+72
* mpm: add init clock and time source from argsTrung N Tran2018-01-161-0/+4
* X300: Reduce CPU usage during TX by restoring timeout when getting flow contr...michael-west2018-01-161-3/+1
* gr-usrptest: Added copy of args to prevent mangling that resulted in a parser...michael-west2018-01-161-0/+2
* fixup! UBX: Add implementation of TDD xcvr mode and force TX PA on in TDD mo...michael-west2018-01-161-1/+7
* mpm: Enable systemd watchdog and update it from MPMMartin Braun2018-01-155-7/+36
* mpm: sys_utils: Add watchdog moduleMartin Braun2018-01-152-0/+64
* examples: Fix bandwidth unit (MHz vs. Hz) in tx_samples_from_fileMartin Braun2018-01-151-2/+6
* mpm: n310: Check all periphs for initialization statusMartin Braun2018-01-122-7/+22
* mpm: Add EEPROM utilities for N310Martin Braun2018-01-1212-4/+960
* mg: add clip function on setting individual gain.Trung Tran2018-01-121-8/+19
* usrp: add multiusrp api for gain profile.Trung N Tran2018-01-122-0/+128
* mg: add facility that handle individual gainTrung N Tran2018-01-125-12/+348
* mpm: mg: Pass deserializer_lane_xbar to ad937x_configTrung N Tran2018-01-129-10/+25
* examples: Add example to query and list all sensorsMartin Braun2018-01-122-0/+127