aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-108-21/+54
* README.md: Update references to fpga-srcLane Kolbly2020-03-101-10/+2
* sim: Rename class typedefsWade Fife2020-03-094-72/+72
* sim: Add ChdrIfaceBfm testWade Fife2020-03-095-5/+675
* examples: Update gain block testbench to use samplesWade Fife2020-03-092-26/+25
* sim: Add item support to RFNoC simulationWade Fife2020-03-098-40/+420
* sim: Parameterize chdr_word_t data typeWade Fife2020-03-0918-218/+423
* sim: Split PkgRfnocBlockCtrlBfm into separate packagesWade Fife2020-03-095-400/+418
* fpga: lib: Modify for loop to Verilog 2001 syntaxMax Köhler2020-03-091-34/+35
* rfnoc: Fix FIR and AXI RAM block register documentationWade Fife2020-03-052-9/+11
* mpm: rpc_server: set correct default unpacker params for msgpack 0.6.1Joerg Hofrichter2020-03-051-2/+2
* mpm: explicitly set max buffer size for msgpack unpackerAndrew Lynch2020-03-051-0/+2
* Add TwinRX support to phase alignment scripterickshepherdNI2020-03-051-19/+57
* mpm: Make contextmanagers exception-safeLane Kolbly2020-03-034-5/+68
* mpm: rpc: Use contextmanager for claim timeoutsToni Jones2020-03-031-33/+38
* mpm: Apply clang-format against all .cpp and .hpp filesMartin Braun2020-03-038-83/+81
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-03432-22914/+24827
* utils: populate_images: download with python3bidavis2020-03-021-1/+1
* docs: n3xx/x3xx: Fix links to DPDK pagesteviez2020-02-272-2/+2
* e320/e310: Fix get_gpio_srcs() MPM API callMartin Braun2020-02-262-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
* rfnoc: Add management filter to generic xportWade Fife2020-02-194-101/+172
* radio: Update TB to use new block ctrl connectWade Fife2020-02-191-41/+17
* utils: images downloader: Add support for UHD_IMAGES_URL, clean upMartin Braun2020-02-191-35/+29
* utils: images downloader: Handle missing content-length responseMartin Braun2020-02-191-7/+18
* rfnoc: actions: Cleanup rx_event_action_info ctorsteviez2020-02-183-13/+18
* rfnoc: actions: Fix uninitialized timestampssteviez2020-02-183-11/+18
* utils: image_downloader: check write conditionssteviez2020-02-181-0/+13
* x300: add front-panel GPIO source controleklai2020-02-188-54/+209
* mpm: cmake: added date_time as required boost componentJoerg Hofrichter2020-02-101-0/+1
* mpm: catalina: Add thread.cpp from UHD to included filesMartin Braun2020-02-101-0/+13
* ad9361: Fix formattingMartin Braun2020-02-102-19/+16
* thread: Fix formatting in thread utilitiesMartin Braun2020-02-102-135/+147
* MPM: add ability to run scripts to MPM shellLars Amsel2020-02-071-34/+83
* lib: utils: Don't use hard-coded path constantsRyan Volz2020-02-072-2/+27
* python: Set python module suffix to conform with PEP 3149.Ryan Volz2020-02-071-1/+10
* python: Do not link against python lib for building an extension module.Ryan Volz2020-02-071-1/+10
* python: Fix internal library name (incl. suffix) to match filename.Ryan Volz2020-02-071-7/+7
* rfnoc: ddc: Make scaling optional, prefer to change decimMartin Braun2020-02-071-28/+53
* rfnoc: registry: Fix Doxygen for register_block_direct()Martin Braun2020-02-071-0/+12
* rfnoc: Update blocks to use autogenerated noc_shellWade Fife2020-02-0630-1838/+2473
* fixup! utils: blocktool: Fix blocktoolWade Fife2020-02-062-5/+5
* cmake/doxygen: Fix FPGA manual post-FPGA-mergeMartin Braun2020-02-063-39/+7
* fixup! lib: add option for output register in pps generatorHumberto Jimenez2020-02-051-1/+1
* rfnoc: Provide make_args_t dtor in rfnoc_blocks_testAaron Rossetto2020-02-041-0/+3
* examples: benchmark_rate clean print outmattprost2020-02-041-8/+12