| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | multi_usrp: Fix ALL_CHAN and ALL_MBOARDS API calls for Gen-3 devices | Martin Braun | 2020-03-31 | 1 | -105/+64 |
* | utils: uhd_usrp_probe: Output frontend info | Michael West | 2020-03-31 | 1 | -5/+13 |
* | docs: Update Basic/LF dboard references to use new operating mode | mattprost | 2020-03-31 | 2 | -21/+31 |
* | examples: Change benchmark_rate default thread priority | Aaron Rossetto | 2020-03-27 | 1 | -1/+1 |
* | fixup! x300: lf/basic antenna API implementation | Martin Braun | 2020-03-26 | 1 | -2/+2 |
* | uhd: cal: Add database class | Martin Braun | 2020-03-26 | 12 | -0/+542 |
* | uhd: paths: Add get_cal_data_path() API call | Martin Braun | 2020-03-26 | 3 | -1/+25 |
* | x300: lf/basic antenna API implementation | mattprost | 2020-03-23 | 4 | -110/+234 |
* | utils: uhd_images_downloader: use HTTPS instead of HTTP to avoid redirect | Marcus Müller | 2020-03-20 | 1 | -1/+1 |
* | uhd: math: Add linear_interp() | Martin Braun | 2020-03-18 | 2 | -7/+30 |
* | debian: Rename control file for libuhd to contain 4.0.0 version | Martin Braun | 2020-03-18 | 1 | -0/+0 |
* | debian: Fixes to copyright file | Martin Braun | 2020-03-18 | 1 | -389/+385 |
* | cmake: Add CMakeRC module and ::rc namespace | Martin Braun | 2020-03-18 | 4 | -1/+665 |
* | lib: deps: Add FlatBuffers 1.11.0 header files | Martin Braun | 2020-03-18 | 17 | -0/+9179 |
* | lib: Use from_str<bool> in constrained_device_args_t | Aaron Rossetto | 2020-03-18 | 1 | -17/+7 |
* | utils: Add bool specialization to cast::from_str() | Aaron Rossetto | 2020-03-18 | 3 | -0/+60 |
* | tests: Allow custom name for mock terminator | Aaron Rossetto | 2020-03-13 | 1 | -4/+6 |
* | tests: Allow custom mock_reg_iface_t in mock block | Aaron Rossetto | 2020-03-13 | 2 | -8/+10 |
* | utils: cal: Replace property tree accesses with other API calls | Martin Braun | 2020-03-12 | 1 | -43/+35 |
* | multi_usrp: Provide valid return value for multi_usrp::get_device() | Martin Braun | 2020-03-12 | 3 | -8/+72 |
* | utils/C API: Fix property tree access | Martin Braun | 2020-03-12 | 3 | -8/+8 |
* | python: Export UHD paths utility functions | Martin Braun | 2020-03-12 | 3 | -0/+30 |
* | python: Remove Python2-specific code | Martin Braun | 2020-03-12 | 1 | -7/+0 |
* | lib: gain_group: Remove spurious logs | Martin Braun | 2020-03-12 | 1 | -2/+0 |
* | python: Arrange file in Python module into uhd/ subdirectory | Martin Braun | 2020-03-10 | 8 | -21/+54 |
* | examples: Update gain block testbench to use samples | Wade Fife | 2020-03-09 | 2 | -26/+25 |
* | sim: Parameterize chdr_word_t data type | Wade Fife | 2020-03-09 | 2 | -2/+12 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 432 | -22914/+24827 |
* | docs: n3xx/x3xx: Fix links to DPDK page | steviez | 2020-02-27 | 2 | -2/+2 |
* | device: read in preferences file before discovery | Andrew Lynch | 2020-02-26 | 1 | -1/+3 |
* | rfnoc: Reuse the graph object | Andrew Lynch | 2020-02-26 | 1 | -1/+20 |
* | lib: move OSX specific code to where the values are initially set | Michael Dickens | 2020-02-21 | 1 | -0/+11 |
* | lib: tweak prototypes to not be constexpr to allow building on OSX | Michael Dickens | 2020-02-21 | 1 | -5/+5 |
* | examples: Wrap get_gpio_src() with try/catch block | steviez | 2020-02-19 | 1 | -7/+14 |
* | utils: images downloader: Add support for UHD_IMAGES_URL, clean up | Martin Braun | 2020-02-19 | 1 | -35/+29 |
* | utils: images downloader: Handle missing content-length response | Martin Braun | 2020-02-19 | 1 | -7/+18 |
* | rfnoc: actions: Cleanup rx_event_action_info ctor | steviez | 2020-02-18 | 3 | -13/+18 |
* | rfnoc: actions: Fix uninitialized timestamps | steviez | 2020-02-18 | 3 | -11/+18 |
* | utils: image_downloader: check write conditions | steviez | 2020-02-18 | 1 | -0/+13 |
* | x300: add front-panel GPIO source control | eklai | 2020-02-18 | 6 | -47/+164 |
* | ad9361: Fix formatting | Martin Braun | 2020-02-10 | 2 | -19/+16 |
* | thread: Fix formatting in thread utilities | Martin Braun | 2020-02-10 | 2 | -135/+147 |
* | lib: utils: Don't use hard-coded path constants | Ryan Volz | 2020-02-07 | 2 | -2/+27 |
* | python: Set python module suffix to conform with PEP 3149. | Ryan Volz | 2020-02-07 | 1 | -1/+10 |
* | python: Do not link against python lib for building an extension module. | Ryan Volz | 2020-02-07 | 1 | -1/+10 |
* | python: Fix internal library name (incl. suffix) to match filename. | Ryan Volz | 2020-02-07 | 1 | -7/+7 |
* | rfnoc: ddc: Make scaling optional, prefer to change decim | Martin Braun | 2020-02-07 | 1 | -28/+53 |
* | 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 |
* | fixup! utils: blocktool: Fix blocktool | Wade Fife | 2020-02-06 | 2 | -5/+5 |