aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* n310: Make MPM report FPGA version and description, UHD read itMartin Braun2018-03-021-2/+6
* mpm: uhd: RPC server reports MPM version, uhd_usrp_probe reads itMartin Braun2018-03-021-0/+3
* utils: Skip progress bars for non-tty outputsMartin Braun2018-03-011-1/+5
* utils: Reenable UHD_IMAGES_DIR env var for uhd_images_downloaderMartin Braun2018-03-011-3/+11
* utils: Increase verbosity on uhd_images_downloaderMartin Braun2018-03-011-6/+4
* cmake: force cmake to regenerate uhd_images_downloader.pyTrung N Tran2018-02-271-0/+8
* Revert "utils: images downloader: forced update of CMake variable"Trung N Tran2018-02-272-16/+5
* devtest: Add list_sensors testMartin Braun2018-02-273-0/+37
* uhd: Move some gpio_defs constants definitions out of headersMartin Braun2018-02-274-110/+130
* test: devtest: devtest_e3xx.py: Fix copy & paste errorMoritz Fischer2018-02-261-1/+0
* fixup! x300,n230,e300: changes to adapt to new usrp APIMartin Braun2018-02-233-6/+6
* x300: Fixed processor clock rate in ZPU firmwareAshish Chaudhari2018-02-231-2/+2
* Preparing branch for 3.11.0.0 releaseMartin Braun2018-02-221-1/+1
* fixup! x300,n230,e300,b200: changes to adapt to new usrp APITrung N Tran2018-02-224-20/+47
* x300,n230,e300: changes to adapt to new usrp APITrung N Tran2018-02-213-26/+111
* usrp: Add set_gpio_attr overload that use stringTrung N Tran2018-02-214-61/+341
* n3xx: add front panel gpio control registersTrung N Tran2018-02-212-7/+127
* rfnoc,x300: Multiple clocking changesAshish Chaudhari2018-02-213-5/+5
* uhd: device: Auto-apply config file options to USRPsMartin Braun2018-02-201-2/+7
* docs: Add page for config filesMartin Braun2018-02-202-0/+76
* lib: Add 'prefs' APIMartin Braun2018-02-204-1/+186
* lib: Add path_expandvars() internal API callMartin Braun2018-02-206-0/+167
* mpmd: Fix typo in image loaderMartin Braun2018-02-201-3/+4
* fixup! rfnoc: Refactor radio_ctrl_impl, remove some BoostAshish Chaudhari2018-02-201-5/+5
* examples: Fix some minor compiler warningsMartin Braun2018-02-199-20/+41
* mpmd: image loader: add default pathBrent Stapleton2018-02-191-5/+58
* mpmd: add getter for components in property treeBrent Stapleton2018-02-192-4/+32
* mpmd: components: Add doxygen for update componentBrent Stapleton2018-02-191-0/+6
* uhd: Update license headersMartin Braun2018-02-19811-763/+1501
* rfnoc: Check noc_shell compat number at runtimeMartin Braun2018-02-193-9/+29
* ddc: duc: Factor out usage of boost::bind()Martin Braun2018-02-192-32/+54
* rfnoc: Factor out ceil_log2() into central locationMartin Braun2018-02-193-13/+32
* rfnoc: Factored out FPGA compat checkMartin Braun2018-02-195-89/+234
* Ubuntu PPA: Update debian informationmichael-west2018-02-193-769/+1464
* examples: replace `boost::format%(a,b)` by `(boost::format%a%b)`Marcus Müller2018-02-191-1/+1
* mg: Fixed typo in set_rx_bandwidth()Martin Braun2018-02-151-2/+4
* docs: Added front- and rear panel info to N310 manualMartin Braun2018-02-155-0/+36
* utils: images downloader: adding SHA256 supportBrent Stapleton2018-02-151-6/+15
* utils: images downloader: adding --keep supportBrent Stapleton2018-02-151-4/+6
* mg: turn on tx power amplifiers when idleTrung N Tran2018-02-142-10/+11
* docs: Updates to the N310 manualMartin Braun2018-02-132-16/+72
* C API: Properly free streamers to support streamer re-creation.michael-west2018-02-121-24/+14
* mpmd: Fix compiler issuesMartin Braun2018-02-103-7/+5
* mg: Temporarily disable concurrency in parts of set_rpc_client()Martin Braun2018-02-092-1/+15
* fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cppBrent Stapleton2018-02-092-4/+3
* docs: Add N310 FPGA reg map to manualMartin Braun2018-02-081-0/+151
* rfnoc: Refactor radio_ctrl_impl, remove some BoostMartin Braun2018-02-082-56/+74
* mg: Fix some compiler warningsMartin Braun2018-02-081-20/+39
* rfnoc: Add TX bandwidth APIs to radio_ctrlMartin Braun2018-02-083-0/+32
* mg : implement set_bandwidthTrung N Tran2018-02-084-17/+27