aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
...
* utils: Add sideband_at_end support to Mako templateWade Fife2020-04-211-0/+2
* math: Add dB_to_lin() and lin_to_dB()Martin Braun2020-04-171-0/+11
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-04-172-0/+205
* cal: Add pwr_cal containerMartin Braun2020-04-174-1/+541
* rfnoc: Add RFNoC fosphor blockWade Fife2020-04-144-0/+442
* multi_usrp: Approximate legacy behaviour for recv_async_msg()Martin Braun2020-04-132-8/+5
* multi_usrp_rfnoc: Manually pass sample rate to ddc/ducsteviez2020-04-132-0/+14
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-08157-626/+157
* rfnoc: Add FIR filter RFNoC block controllerAaron Rossetto2020-04-073-3/+74
* uhd: math: Add interpolation.hppMartin Braun2020-04-076-38/+25
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-021-3/+0
* rfnoc: Add multichannel register interfacemattprost2020-04-022-5/+299
* 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