| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: Provide make_args_t dtor in rfnoc_blocks_test | Aaron Rossetto | 2020-02-04 | 1 | -0/+3 |
* | examples: benchmark_rate clean print out | mattprost | 2020-02-04 | 1 | -8/+12 |
* | octoclock: Change type of EEPROM property to mboard_eeprom_t | Martin Braun | 2020-02-04 | 3 | -6/+10 |
* | octoclock: Avoid usage of uninitialized memory | Martin Braun | 2020-02-04 | 5 | -41/+48 |
* | octoclock: Apply clang-format | Martin Braun | 2020-02-04 | 8 | -659/+753 |
* | multi_usrp: Add get_tree() API call | Martin Braun | 2020-02-04 | 3 | -0/+14 |
* | docs: fix typo in stream.hpp | Michael Dickens | 2020-01-29 | 1 | -1/+1 |
* | rfnoc: Create mock factory | Martin Braun | 2020-01-29 | 7 | -69/+135 |
* | log: Remove LOG statement from _get_log_level() | Martin Braun | 2020-01-29 | 1 | -2/+1 |
* | utils: log: Name all threads | Martin Braun | 2020-01-29 | 1 | -5/+16 |
* | thread: Remove log messages for set_thread_name() when not supported | Martin Braun | 2020-01-29 | 1 | -10/+14 |
* | fixup! mpm: e320/e310: Expose APIs to drive GPIO source via UHD | Martin Braun | 2020-01-28 | 3 | -2/+3 |
* | lib: add option for output register in pps generator | Max Köhler | 2020-01-28 | 1 | -2/+23 |
* | Merge FPGA repository back into UHD repository | Martin Braun | 2020-01-28 | 3095 | -9/+2912925 |
* | rfnoc_device: Remove spurious comment | Martin Braun | 2020-01-23 | 1 | -2/+1 |
* | docs: e3xx/n3xx: Add sections on FP-GPIOs and how to drive them | Martin Braun | 2020-01-23 | 2 | -0/+109 |
* | mpm: e320/e310: Expose APIs to drive GPIO source via UHD | Martin Braun | 2020-01-23 | 5 | -80/+147 |
* | multi_usrp: Amend APIs for GPIO source control | Martin Braun | 2020-01-23 | 3 | -13/+50 |
* | mpm/mpmd: Expose APIs to drive GPIO sources | Martin Braun | 2020-01-23 | 7 | -37/+168 |
* | mpmd: Use dpdk_simple for MTU discovery | Alex Williams | 2020-01-22 | 1 | -91/+16 |
* | x300: Remove early x300_device_args usage | Alex Williams | 2020-01-22 | 1 | -7/+6 |
* | mpm: fixed cmake macro for enabling modules | Joerg Hofrichter | 2020-01-22 | 1 | -7/+12 |
* | mpm: cmake: adopt default enable values of modules | Joerg Hofrichter | 2020-01-22 | 1 | -4/+4 |
* | cmake: Find DPDK via pkg-config, if available | Alex Williams | 2020-01-22 | 6 | -29/+62 |
* | transport: liberio: correctly release resources on destruction | Joerg Hofrichter | 2020-01-22 | 1 | -6/+8 |
* | mpm: optionally generate XML report when running unittests | Joerg Hofrichter | 2020-01-22 | 1 | -7/+22 |
* | fixup! docs: e320: Add documentation for gpio and eeprom-flags | Joerg Hofrichter | 2020-01-22 | 1 | -2/+2 |
* | docs: n3xx: document eeprom flags | Joerg Hofrichter | 2020-01-22 | 1 | -0/+34 |
* | utils: images_downloader: adding usage docs | Brent Stapleton | 2020-01-22 | 1 | -2/+29 |
* | examples: Fix tx timeout caused by initial delay | Ciro Nishiguchi | 2020-01-20 | 1 | -3/+4 |
* | mpm: Add compile flag to fix missing definition | Ciro Nishiguchi | 2020-01-16 | 1 | -0/+4 |
* | nirio: use `realpath` instead of `relpath` | Michael Dickens | 2020-01-15 | 1 | -6/+6 |
* | rfnoc: apply clang-format to block_id | Brent Stapleton | 2020-01-10 | 1 | -1/+1 |
* | docs: fixing typos in gpio API example in manual | steviez | 2020-01-10 | 1 | -10/+7 |
* | tools: R&D testing prodecure updated for E3xx | Sugandha Gupta | 2020-01-10 | 2 | -50/+103 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 13 | -41/+71 |
* | cal_utils: fixup typo | Brent Stapleton | 2020-01-09 | 1 | -1/+1 |
* | rpc: Applying clang formatting | Brent Stapleton | 2020-01-09 | 1 | -84/+76 |
* | images: update FPGA image packages for RFNoC | Brent Stapleton | 2020-01-08 | 2 | -19/+19 |
* | uhd: Correct rx/tx EEPROM typo | Toni Jones | 2020-01-07 | 1 | -5/+5 |
* | python: rfnoc: finishing noc_block_base::get_mtu | Brent Stapleton | 2020-01-06 | 2 | -0/+28 |
* | python: rfnoc: make block_id_t more compatible with strings | Brent Stapleton | 2020-01-06 | 1 | -0/+3 |
* | mpm: include the failed mpm_shell command | bidavis | 2020-01-06 | 1 | -1/+1 |
* | rfnoc: adding RFNoC Python API | Brent Stapleton | 2020-01-02 | 5 | -0/+273 |
* | rfnoc: fix typos | Brent Stapleton | 2020-01-02 | 1 | -2/+2 |
* | uhd: fix for exception due to use of unconstructed mutex | Patrick Sisterhen | 2020-01-02 | 1 | -4/+5 |
* | examples: Add options to benchmark_rate | Michael West | 2020-01-02 | 1 | -19/+39 |
* | multi_usrp: unify GPIO access type | Brent Stapleton | 2019-12-30 | 1 | -1/+1 |
* | tests: fixup compiler warning | Brent Stapleton | 2019-12-30 | 1 | -1/+1 |
* | Tests: Fix subdev for N300 streaming tests | michael-west | 2019-12-30 | 1 | -6/+6 |