aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
...
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-027-0/+415
* uhd: Add calibration container classMartin Braun2020-04-023-0/+68
* uhd: cal: Add database classMartin Braun2020-03-263-0/+152
* uhd: paths: Add get_cal_data_path() API callMartin Braun2020-03-261-0/+3
* uhd: math: Add linear_interp()Martin Braun2020-03-181-6/+20
* utils: Add bool specialization to cast::from_str()Aaron Rossetto2020-03-181-0/+15
* tests: Allow custom mock_reg_iface_t in mock blockAaron Rossetto2020-03-131-6/+6
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-122-5/+21
* 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