| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | uhd: cal: Add iq_cal calibration data container class | Martin Braun | 2020-04-02 | 7 | -0/+415 |
* | uhd: Add calibration container class | Martin Braun | 2020-04-02 | 3 | -0/+68 |
* | uhd: cal: Add database class | Martin Braun | 2020-03-26 | 3 | -0/+152 |
* | uhd: paths: Add get_cal_data_path() API call | Martin Braun | 2020-03-26 | 1 | -0/+3 |
* | uhd: math: Add linear_interp() | Martin Braun | 2020-03-18 | 1 | -6/+20 |
* | utils: Add bool specialization to cast::from_str() | Aaron Rossetto | 2020-03-18 | 1 | -0/+15 |
* | tests: Allow custom mock_reg_iface_t in mock block | Aaron Rossetto | 2020-03-13 | 1 | -6/+6 |
* | multi_usrp: Provide valid return value for multi_usrp::get_device() | Martin Braun | 2020-03-12 | 2 | -5/+21 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 38 | -137/+196 |
* | rfnoc: actions: Cleanup rx_event_action_info ctor | steviez | 2020-02-18 | 1 | -4/+4 |
* | rfnoc: actions: Fix uninitialized timestamps | steviez | 2020-02-18 | 1 | -2/+5 |
* | thread: Fix formatting in thread utilities | Martin Braun | 2020-02-10 | 1 | -3/+3 |
* | lib: utils: Don't use hard-coded path constants | Ryan Volz | 2020-02-07 | 1 | -0/+3 |
* | rfnoc: registry: Fix Doxygen for register_block_direct() | Martin Braun | 2020-02-07 | 1 | -0/+12 |
* | rfnoc: Update blocks to use autogenerated noc_shell | Wade Fife | 2020-02-06 | 7 | -13/+66 |
* | octoclock: Change type of EEPROM property to mboard_eeprom_t | Martin Braun | 2020-02-04 | 1 | -1/+2 |
* | multi_usrp: Add get_tree() API call | Martin Braun | 2020-02-04 | 1 | -0/+4 |
* | docs: fix typo in stream.hpp | Michael Dickens | 2020-01-29 | 1 | -1/+1 |
* | rfnoc: Create mock factory | Martin Braun | 2020-01-29 | 1 | -0/+193 |
* | multi_usrp: Amend APIs for GPIO source control | Martin Braun | 2020-01-23 | 1 | -12/+38 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 1 | -1/+4 |
* | rfnoc: fix typos | Brent Stapleton | 2020-01-02 | 1 | -2/+2 |
* | utils: algorithm: Add missing include uhd/config.hpp | Martin Braun | 2019-12-05 | 1 | -0/+1 |
* | docs: fixing doxygen errors reported during make | steviez | 2019-12-03 | 8 | -11/+16 |
* | rfnoc: Fix RAM port direction in YAML | Wade Fife | 2019-11-26 | 9 | -98/+98 |
* | rfnoc: Update YAML to expose memory clock to blocks | Wade Fife | 2019-11-26 | 8 | -71/+71 |
* | rfnoc: Replace DDC/DUC YAML variants with single version | Wade Fife | 2019-11-26 | 4 | -144/+10 |
* | rfnoc: Fix YAML block settings | Wade Fife | 2019-11-26 | 11 | -278/+199 |
* | rfnoc: Add FIR block YAML | Wade Fife | 2019-11-26 | 1 | -0/+61 |
* | rfnoc_graph: Modify find_blocks() to sort return value | Martin Braun | 2019-11-26 | 1 | -3/+9 |
* | image builder: Add ability to pick up extra Makefile.srcs from YAMLS | Martin Braun | 2019-11-26 | 2 | -0/+6 |
* | multi_usrp: Add set_rx_spp() call | Martin Braun | 2019-11-26 | 1 | -0/+11 |
* | utils: image_builder: Support parameterized number of ports on blocks | Wade Fife | 2019-11-26 | 1 | -0/+68 |
* | rfnoc: image_builder: Fix -I, allow devices/targets to bet set in YAML | Martin Braun | 2019-11-26 | 1 | -1/+2 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -5/+4 |
* | rfnoc: Adding rfnoc_graph utilities | Brent Stapleton | 2019-11-26 | 2 | -0/+69 |
* | transport: Implement eov indications for Rx and Tx streams | Aaron Rossetto | 2019-11-26 | 1 | -8/+48 |
* | rfnoc: rename block clocks to ce_clk | Paul Butler | 2019-11-26 | 5 | -15/+15 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 11 | -31/+35 |
* | uhd: Replace BOOST_FOREACH(v, c) with for(v : c) | Martin Braun | 2019-11-26 | 4 | -29/+24 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 41 | -111/+107 |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-11-26 | 2 | -3/+12 |
* | rfnoc: Add DRAM support to E320 | Wade Fife | 2019-11-26 | 1 | -0/+3 |
* | rfnoc: Port FFT controller | Lars Amsel | 2019-11-26 | 3 | -0/+109 |
* | rfnoc: Add DMA FIFO block controller | Martin Braun | 2019-11-26 | 5 | -0/+510 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 92 | -6387/+51 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 8 | -0/+238 |
* | rfnoc: Add radio_1x64 | Martin Braun | 2019-11-26 | 2 | -3/+25 |
* | rfnoc: radio: Add API call to disable timestamps | Martin Braun | 2019-11-26 | 1 | -0/+4 |
* | rfnoc: Add multi_usrp_rfnoc, modify multi_usrp | Brent Stapleton | 2019-11-26 | 2 | -140/+52 |