aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-1018-154/+154
* rfnoc: Add vivado-path to rfnoc_image_builderWade Fife2021-09-102-0/+8
* uhd: mpm: Expose filesystem version information on MPM treeLane Kolbly2021-09-081-0/+6
* python: multi_usrp: Fix overloaded function definitionMartin Anderseck2021-09-081-1/+1
* radio: Improve log messages for non-implemented correctionsMartin Braun2021-09-082-5/+8
* rh: Fix auto DC-offset correction and auto-IQ balance APIsMartin Braun2021-09-082-7/+1
* cmake: tests: Add build-python path to PYTHONPATHMartin Braun2021-09-081-2/+5
* examples: Show how to use in-tree Verilog headerWade Fife2021-09-081-0/+17
* x300: Fix MAX_RATE_1GIGE valueMartin Braun2021-09-071-1/+1
* mpmd: Add discoverable feature for trig i/o modeGrant Meyerhoff2021-09-025-1/+104
* tests: Fix check in link_testMartin Braun2021-08-311-2/+2
* uhd: transport: Avoid exceptions in disconnect_receiver()Aaron Rossetto2021-08-311-10/+10
* rfnoc: ddc: Improve unit tests and documentationMartin Braun2021-08-302-5/+26
* rfnoc: duc: Fix frequency range for DUC blockMartin Braun2021-08-304-13/+32
* python: Add new method bindings to noc_block_baseAaron Rossetto2021-08-301-0/+8
* examples: Add x400/x410 target to RFNoC exampleWade Fife2021-08-301-0/+3
* cmake: Add check for libatomic linking requirementMartin Braun2021-08-272-0/+95
* uhd: Remove Boost version checks for Boost 1.61Martin Braun2021-08-241-19/+4
* cmake: remove duplicate entry in LIBUHD_PYTHON_GEN_SOURCEMichael Dickens2021-08-201-5/+0
* tests: Add recv(0) case to rx_streamer_testAaron Rossetto2021-08-201-0/+39
* uhd: streamer: Restore original recv(0) semanticsAaron Rossetto2021-08-201-0/+32
* X300: Initialize struct variable before using itMartin Anderseck2021-08-201-1/+1
* lib: transport: Mark typecast as intendedMartin Anderseck2021-08-171-1/+2
* lib: transport: Initialize _hshake_args_serverMartin Anderseck2021-08-171-1/+1
* B200: Fix overflow handlingmichael-west2021-08-161-14/+9
* lib: rfnoc: Make implicit typecasts explicitMartin Anderseck2021-08-101-4/+5
* lib: rfnoc: Change enum node_type to enum classMartin Anderseck2021-08-101-23/+25
* cmake: Fix VS names and use relative for imagesSteven Koo2021-08-042-6/+10
* test: Fix potential resource leakMartin Anderseck2021-08-041-5/+4
* cal: Use safe version of set_thread_priority()Aaron Rossetto2021-08-041-1/+1
* n3x0/e3x0: Remove reference to "master FP-GPIO radio"Martin Braun2021-07-302-2/+0
* python: rfnoc: Change reference type for noc_block_base exportMartin Braun2021-07-231-54/+64
* uhd: Fix usage of std::abs with template parametersMartin Braun2021-07-232-4/+4
* uhd: Update version, manifest, and changelogsAaron Rossetto2021-07-212-3/+25
* b200: Move the B200 radio control core into usrp/b200/Martin Braun2021-07-207-25/+24
* dbsrx: Fix issue with loop variableMartin Braun2021-07-201-3/+4
* rfnoc: allow find_blocks to search by device number or block count.Lars Amsel2021-07-203-4/+9
* utils: Get signal above noise floor when finding optimal gainmattprost2021-07-201-9/+31
* docs: Fix typo in ZBX Block DiagramSam O'Brien2021-07-141-2/+2
* rfnoc: fix block id check to allow underscoreLars Amsel2021-07-142-1/+8
* host: Add static_assert to prevent meta_range_t(0,0)Lane Kolbly2021-07-145-8/+17
* lib: Add various missing includesMartin Braun2021-07-142-0/+3
* uhd: Replace boost::thread::id with std::thread::idMartin Braun2021-07-144-9/+11
* docs: usrp_x4xx: improve filesystem update instructionsHumberto Jimenez2021-07-131-4/+41
* rfnoc: remove obsolete constantLars Amsel2021-07-121-3/+0
* docs: fix typoMihai Turdean2021-07-091-1/+1
* docs: x4xx: Update information on CPLD updatingMartin Braun2021-07-092-0/+30
* core: remove boost::math in favor of std cmathMichael Dickens2021-07-062-13/+16
* cmake: remove redundant includeMichael Dickens2021-07-061-1/+0
* cmake: correctly set and unset any CMAKE_REQUIRED variablesMichael Dickens2021-07-063-7/+10