aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0338-137/+196
* rfnoc: actions: Cleanup rx_event_action_info ctorsteviez2020-02-181-4/+4
* rfnoc: actions: Fix uninitialized timestampssteviez2020-02-181-2/+5
* thread: Fix formatting in thread utilitiesMartin Braun2020-02-101-3/+3
* lib: utils: Don't use hard-coded path constantsRyan Volz2020-02-071-0/+3
* rfnoc: registry: Fix Doxygen for register_block_direct()Martin Braun2020-02-071-0/+12
* rfnoc: Update blocks to use autogenerated noc_shellWade Fife2020-02-067-13/+66
* octoclock: Change type of EEPROM property to mboard_eeprom_tMartin Braun2020-02-041-1/+2
* multi_usrp: Add get_tree() API callMartin Braun2020-02-041-0/+4
* docs: fix typo in stream.hppMichael Dickens2020-01-291-1/+1
* rfnoc: Create mock factoryMartin Braun2020-01-291-0/+193
* multi_usrp: Amend APIs for GPIO source controlMartin Braun2020-01-231-12/+38
* uhd: fixing MSVC warningsBrent Stapleton2020-01-091-1/+4
* rfnoc: fix typosBrent Stapleton2020-01-021-2/+2
* utils: algorithm: Add missing include uhd/config.hppMartin Braun2019-12-051-0/+1
* docs: fixing doxygen errors reported during makesteviez2019-12-038-11/+16
* rfnoc: Fix RAM port direction in YAMLWade Fife2019-11-269-98/+98
* rfnoc: Update YAML to expose memory clock to blocksWade Fife2019-11-268-71/+71
* rfnoc: Replace DDC/DUC YAML variants with single versionWade Fife2019-11-264-144/+10
* rfnoc: Fix YAML block settingsWade Fife2019-11-2611-278/+199
* rfnoc: Add FIR block YAMLWade Fife2019-11-261-0/+61
* rfnoc_graph: Modify find_blocks() to sort return valueMartin Braun2019-11-261-3/+9
* image builder: Add ability to pick up extra Makefile.srcs from YAMLSMartin Braun2019-11-262-0/+6
* multi_usrp: Add set_rx_spp() callMartin Braun2019-11-261-0/+11
* utils: image_builder: Support parameterized number of ports on blocksWade Fife2019-11-261-0/+68
* rfnoc: image_builder: Fix -I, allow devices/targets to bet set in YAMLMartin Braun2019-11-261-1/+2
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-261-5/+4
* rfnoc: Adding rfnoc_graph utilitiesBrent Stapleton2019-11-262-0/+69
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-261-8/+48
* rfnoc: rename block clocks to ce_clkPaul Butler2019-11-265-15/+15
* uhd: Replace boost::function with std::functionMartin Braun2019-11-2611-31/+35
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-264-29/+24
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-2641-111/+107
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-262-3/+12
* rfnoc: Add DRAM support to E320Wade Fife2019-11-261-0/+3
* rfnoc: Port FFT controllerLars Amsel2019-11-263-0/+109
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-265-0/+510
* Remove proto-RFNoC filesMartin Braun2019-11-2692-6387/+51
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-268-0/+238
* rfnoc: Add radio_1x64Martin Braun2019-11-262-3/+25
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-261-0/+4
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-262-140/+52
* rfnoc: Allow MB controllers to init after blocks have initializedMartin Braun2019-11-262-10/+76
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-262-24/+19
* transport: Add modeling of physical adaptersAlex Williams2019-11-261-0/+21
* rfnoc: node: Add set_properties()Martin Braun2019-11-261-1/+15
* rfnoc: property: Add option to set properties from stringsMartin Braun2019-11-262-0/+26
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-262-5/+38
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-262-2/+23
* utils: remove thread priority elevationCiro Nishiguchi2019-11-261-2/+4