aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add FIR filter RFNoC block controllerAaron Rossetto2020-04-075-3/+176
* uhd: Add quotes around test environment variablesLane Kolbly2020-04-071-1/+1
* fixup! rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-073-9/+9
* uhd: math: Add interpolation.hppMartin Braun2020-04-0713-52/+208
* devtest: add missing devtest to n3xxCiro Nishiguchi2020-04-031-0/+1
* utils: cal: Remove boost usage from usrp_cal_utils.hppMartin Braun2020-04-021-3/+0
* cmake: Add ability to pass CXXFLAGS to CMake environmentAjith Saya2020-04-021-0/+3
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-029-60/+159
* rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-024-54/+61
* rfnoc: Add multichannel register interfacemattprost2020-04-024-5/+480
* utils: cal: Enable "ignore cal file" option for DC and IQ cal toolsMartin Braun2020-04-021-5/+5
* utils: Add convert_cal_data utilityMartin Braun2020-04-023-0/+107
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-026-200/+229
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-0217-1/+760
* uhd: Add calibration container classMartin Braun2020-04-023-0/+68
* multi_usrp: Fix ALL_CHAN and ALL_MBOARDS API calls for Gen-3 devicesMartin Braun2020-03-311-105/+64
* utils: uhd_usrp_probe: Output frontend infoMichael West2020-03-311-5/+13
* docs: Update Basic/LF dboard references to use new operating modemattprost2020-03-312-21/+31
* examples: Change benchmark_rate default thread priorityAaron Rossetto2020-03-271-1/+1
* fixup! x300: lf/basic antenna API implementationMartin Braun2020-03-261-2/+2
* uhd: cal: Add database classMartin Braun2020-03-2612-0/+542
* uhd: paths: Add get_cal_data_path() API callMartin Braun2020-03-263-1/+25
* x300: lf/basic antenna API implementationmattprost2020-03-234-110/+234
* utils: uhd_images_downloader: use HTTPS instead of HTTP to avoid redirectMarcus Müller2020-03-201-1/+1
* uhd: math: Add linear_interp()Martin Braun2020-03-182-7/+30
* debian: Rename control file for libuhd to contain 4.0.0 versionMartin Braun2020-03-181-0/+0
* debian: Fixes to copyright fileMartin Braun2020-03-181-389/+385
* cmake: Add CMakeRC module and ::rc namespaceMartin Braun2020-03-184-1/+665
* lib: deps: Add FlatBuffers 1.11.0 header filesMartin Braun2020-03-1817-0/+9179
* lib: Use from_str<bool> in constrained_device_args_tAaron Rossetto2020-03-181-17/+7
* utils: Add bool specialization to cast::from_str()Aaron Rossetto2020-03-183-0/+60
* tests: Allow custom name for mock terminatorAaron Rossetto2020-03-131-4/+6
* tests: Allow custom mock_reg_iface_t in mock blockAaron Rossetto2020-03-132-8/+10
* utils: cal: Replace property tree accesses with other API callsMartin Braun2020-03-121-43/+35
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-123-8/+72
* utils/C API: Fix property tree accessMartin Braun2020-03-123-8/+8
* python: Export UHD paths utility functionsMartin Braun2020-03-123-0/+30
* python: Remove Python2-specific codeMartin Braun2020-03-121-7/+0
* lib: gain_group: Remove spurious logsMartin Braun2020-03-121-2/+0
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-108-21/+54
* examples: Update gain block testbench to use samplesWade Fife2020-03-092-26/+25
* sim: Parameterize chdr_word_t data typeWade Fife2020-03-092-2/+12
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-03432-22914/+24827
* docs: n3xx/x3xx: Fix links to DPDK pagesteviez2020-02-272-2/+2
* device: read in preferences file before discoveryAndrew Lynch2020-02-261-1/+3
* rfnoc: Reuse the graph objectAndrew Lynch2020-02-261-1/+20
* lib: move OSX specific code to where the values are initially setMichael Dickens2020-02-211-0/+11
* lib: tweak prototypes to not be constexpr to allow building on OSXMichael Dickens2020-02-211-5/+5
* examples: Wrap get_gpio_src() with try/catch blocksteviez2020-02-191-7/+14
* utils: images downloader: Add support for UHD_IMAGES_URL, clean upMartin Braun2020-02-191-35/+29