aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* host/examples/ascii_art_dft.hpp: fix and modernize example mainEtienne Wodey2020-05-261-1/+6
* cal: Minor fixes in power container, add unit testMartin Braun2020-05-263-3/+27
* multi_usrp: Amend get_usrp_{rx,tx}_info() to include cal keysMartin Braun2020-05-202-0/+28
* rfnoc: radio: Add APIs to query cal keysMartin Braun2020-05-203-0/+53
* tests: Add unit tests for pwr_cal_mgrMartin Braun2020-05-202-0/+157
* fixup! lib: Add power cal managerMartin Braun2020-05-201-1/+2
* docs: Fix some Doxygen warningsMartin Braun2020-05-201-2/+2
* docs: build: Improve build and git instructionsMartin Braun2020-05-201-15/+16
* docs: x300: Fix fpga pathMartin Braun2020-05-201-1/+1
* utils: Fix FPGA search in rfnoc_image_builder from fpga-src to fpgaMartin Braun2020-05-201-1/+1
* cal: database: Add option to register flash cal callbacksMartin Braun2020-05-203-4/+110
* lib: Refactor cal::database for more efficient function lookupMartin Braun2020-05-201-24/+41
* tests: Added unit test for Vector IIR RFNoC blockAaron Rossetto2020-05-192-0/+225
* rfnoc: Add Vector IIR RFNoC block supportAaron Rossetto2020-05-195-0/+285
* fpga: rfnoc: Add Vector IIR RFNoC blockWade Fife2020-05-191-0/+58
* twinrx: Provide power cal IDMartin Braun2020-05-193-0/+19
* basic/lf: Add IDs for calibration purposeMartin Braun2020-05-191-0/+4
* examples: Add usrp_power_meter exampleMartin Braun2020-05-192-1/+135
* python: Add dsp sub-moduleMartin Braun2020-05-192-0/+84
* lib: pwr_cal: Fix power indexingMartin Braun2020-05-191-16/+28
* lib: Add power cal managerMartin Braun2020-05-193-0/+426
* rh: Remove unnecessary register read during set frequencyCiro Nishiguchi2020-05-151-3/+0
* rfnoc: Use large timeout for reads when timed commands existCiro Nishiguchi2020-05-151-8/+24
* utils: Fix usrp_burn_db_eeprom w.r.t. new property tree pathsMartin Braun2020-05-151-15/+38
* utils: Correct relative path to config dir in rfnoc_image_builderAaron Rossetto2020-05-151-1/+1
* uhd: Fix infinite recursion in N3xx timed commandsCiro Nishiguchi2020-05-124-31/+0
* docs: Remove six from Windows build instructionsMartin Braun2020-05-121-2/+1
* rfnoc: Remove 'six' dependency from image builderMartin Braun2020-05-124-22/+22
* tests: Remove 'six' dependency from devtestMartin Braun2020-05-121-2/+1
* utils: Remove 'six' dependency, fix minor PyLint issuesMartin Braun2020-05-121-9/+8
* Docs: Update TwinRX documentationMichael West2020-05-121-13/+23
* multi_usrp_rfnoc: Misc fixesMichael West2020-05-121-6/+7
* TwinRX: Remove decimation from frontendMichael West2020-05-123-31/+7
* DUC/DDC: Add variable time incrementMichael West2020-05-124-21/+28
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-05-111-0/+2
* uhd: Remove default channel input from power ref methodsCiro Nishiguchi2020-05-111-6/+6
* utils: Update mako to propagate parametersWade Fife2020-05-112-13/+27
* Remove remaining Python 2 referencesMartin Braun2020-05-0751-55/+44
* python: Fix RPATH for the Python libraryMartin Braun2020-05-071-2/+23
* cores: Fix rx_vita_core_3000 assertion error in issue_stream_cmd()Martin Braun2020-05-051-3/+7
* rfnoc-example: Removed DRAM from image coreMartin Braun2020-05-051-24/+11
* python: Move the rfnoc image builder module under the uhd moduleMartin Braun2020-05-0520-103/+21
* uhd: doc: Fix Doxygen warnings on 1.8.13Aaron Rossetto2020-05-051-22/+77
* uhd: Replaced deprecated usage of boost timer with std::chronoLars Amsel2020-05-041-3/+5
* uhd: doc: fixed nested comment warningLars Amsel2020-05-041-2/+1
* uhd: doc: fixed doxygen deprecation warningsLars Amsel2020-05-041-952/+1604
* Revert "host: cmake: add boost unit_test_framework required iff ENABLE_TESTS=ON"Aaron Rossetto2020-05-011-4/+1
* test: Add output for gpio_testMichael West2020-04-301-0/+3
* devtest: Add support for TwinRX to x3x0Michael West2020-04-301-52/+92
* devtest: Add method to get number of channelsMichael West2020-04-301-0/+36