| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: radio: Fix comment in radio_control_impl | Martin Braun | 2022-01-07 | 1 | -1/+1 |
* | cmake: Set debug to -Og for Clang builds | Steven Koo | 2022-01-06 | 1 | -0/+1 |
* | host: Add divider constructor to spi_config_t | Lane Kolbly | 2022-01-06 | 2 | -0/+16 |
* | host: rf_control: Add internal antenna API abstraction. | Lane Kolbly | 2022-01-05 | 6 | -49/+203 |
* | host: tests: Add unit test for ZBX antenna API | Lane Kolbly | 2022-01-05 | 1 | -0/+20 |
* | host: Make core_iface inheritence virtual | Lane Kolbly | 2022-01-05 | 1 | -1/+1 |
* | host: Implement operator<< for data_reader_t | Lane Kolbly | 2022-01-05 | 1 | -0/+7 |
* | lib: Remove superfluous includes of udp_zero_copy.hpp | Martin Braun | 2022-01-05 | 2 | -2/+0 |
* | uhd: Remove tcp_zero_copy | Martin Braun | 2022-01-05 | 4 | -295/+0 |
* | host: docs: Fix incorrect usage in GPIO docs | Lane Kolbly | 2022-01-05 | 1 | -4/+4 |
* | host: Add char* overload for device_addr_t | Lane Kolbly | 2022-01-05 | 3 | -6/+12 |
* | docs: Fix page on GPIO | Martin Braun | 2022-01-05 | 2 | -52/+21 |
* | dpdk: correct MTU warning message | Andrew Lynch | 2021-12-17 | 1 | -1/+1 |
* | rfnoc: graph: make topology failure more descriptive | mattprost | 2021-12-17 | 1 | -4/+41 |
* | dpdk: support new MTU discovery | Andrew Lynch | 2021-12-17 | 1 | -4/+4 |
* | uhd: nsis: Remove broken shortcuts in Windows installer | Aaron Rossetto | 2021-12-16 | 1 | -4/+0 |
* | tools: Add check for SEP with ctrl enabled to rfnoc_image_builder | Lars Amsel | 2021-12-16 | 1 | -0/+13 |
* | docs: Fix MathJax formulae rendering | Aaron Rossetto | 2021-12-16 | 1 | -1/+1 |
* | uhd: Fix RFNoC-capable detection in uhd_usrp_probe | Martin Braun | 2021-12-16 | 1 | -1/+1 |
* | rfnoc: Fix block_id::get_tree_root() | Martin Braun | 2021-12-16 | 2 | -1/+3 |
* | docs: Amend page on RFNoC properties | Martin Braun | 2021-12-16 | 1 | -2/+12 |
* | examples: Fix tx_bursts bandwidth/freq/gain reporting | Martin Braun | 2021-12-16 | 1 | -11/+9 |
* | docs: remove bmaptool instructions for writing filesystems | Matthew Crymble | 2021-12-14 | 1 | -3/+3 |
* | host: Make radio_control constants an enum | Lane Kolbly | 2021-12-10 | 2 | -108/+82 |
* | tests: Add replay-back-edge test | Martin Braun | 2021-12-09 | 1 | -0/+44 |
* | rfnoc: Fix back-edge consistency check | Martin Braun | 2021-12-09 | 1 | -0/+7 |
* | host: Fix typos and small things | Lane Kolbly | 2021-12-09 | 3 | -2/+6 |
* | e3xx: Remove unused constant | Martin Braun | 2021-12-09 | 1 | -2/+0 |
* | tools: Add missing fields to CHDR dissector | Wade Fife | 2021-12-08 | 1 | -0/+3 |
* | rfnoc: Add ops pending to management op | Wade Fife | 2021-12-08 | 2 | -3/+12 |
* | cmake: tests: Conditionally compile tests for X400 | Martin Braun | 2021-12-08 | 1 | -30/+32 |
* | docs: Remove obsolete man pages | Martin Braun | 2021-12-08 | 3 | -112/+0 |
* | rfnoc: Fix noc_shell direction comments | Wade Fife | 2021-12-08 | 3 | -5/+5 |
* | tests: Remove non-functional DPDK test | Andrew Lynch | 2021-12-06 | 1 | -97/+2 |
* | dpdk: disable warnings for using an experimental feature | Andrew Lynch | 2021-12-06 | 1 | -0/+6 |
* | docs: Update DPDK documentation | Andrew Lynch | 2021-12-06 | 1 | -13/+37 |
* | dpdk: Upgrade to DPDK 19.11 API | Andrew Lynch | 2021-12-06 | 12 | -129/+129 |
* | rfnoc: Enable drop counter on chdr_ctrl_endpoint | Martin Braun | 2021-12-03 | 2 | -4/+23 |
* | docs: Improve documentation for properties and -propagation | Martin Braun | 2021-12-03 | 8 | -2/+498 |
* | max287x: Fix key in table of freq ranges | Martin Anderseck | 2021-12-03 | 1 | -1/+1 |
* | uhd: Remove superfluous boost/bind.hpp includes | Martin Braun | 2021-12-03 | 2 | -3/+0 |
* | rfnoc: Change default block behaviour | Martin Braun | 2021-12-02 | 1 | -5/+1 |
* | mpmd: Add MTU plausibility check | Martin Braun | 2021-12-02 | 1 | -0/+42 |
* | x300: Remove usage of CHDR_MAX_LEN_HDR | Martin Braun | 2021-12-02 | 2 | -5/+6 |
* | rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP | Martin Braun | 2021-12-02 | 21 | -96/+321 |
* | rfnoc: replay block: Disable prop and action propagation | Martin Braun | 2021-12-01 | 1 | -1/+10 |
* | examples: Improve rfnoc_rx_to_file | Martin Braun | 2021-12-01 | 1 | -112/+143 |
* | rfnoc: Add more comments to rfnoc_graph | Martin Braun | 2021-12-01 | 1 | -0/+14 |
* | rfnoc: Fix issue in uhd::rfnoc::connect_through_blocks() | Martin Braun | 2021-12-01 | 1 | -6/+9 |
* | tests: add automated streaming tests | Matthew Crymble | 2021-11-30 | 3 | -0/+382 |