| Commit message (Expand) | Author | Age | Files | Lines |
* | convert: Make narrowing conversions saturate | Aaron Rossetto | 2022-02-28 | 2 | -14/+24 |
* | convert: Minor cleanup | Aaron Rossetto | 2022-02-28 | 1 | -2/+2 |
* | conversion: Saturate transmit IQ levels on NEON architectures. | Ron Economos | 2022-02-28 | 1 | -4/+4 |
* | rfnoc: replay: Add action handler for stream commands | Martin Braun | 2022-02-24 | 1 | -0/+26 |
* | python: rfnoc: Add connect_through_blocks() and get_block_chain() | Martin Braun | 2022-02-24 | 1 | -2/+13 |
* | rfnoc: graph_utils: Add ability to declare back-edges | Martin Braun | 2022-02-24 | 1 | -3/+7 |
* | Remove FSRU-related files | Martin Braun | 2022-02-22 | 1 | -3/+0 |
* | rfnoc: Fix spelling in property resolution error message | Martin Braun | 2022-02-11 | 1 | -1/+1 |
* | host: Throw exception when accessing properties with incorrect type | Lane Kolbly | 2022-02-07 | 1 | -4/+4 |
* | host: Minor cleanups in property_tree code | Lane Kolbly | 2022-02-07 | 1 | -15/+28 |
* | uhd: Harmonize fuzzy frequency comparisons | Martin Braun | 2022-02-04 | 7 | -43/+43 |
* | uhd: rfnoc: Let connect_through_blocks() return edge list | Martin Braun | 2022-02-04 | 1 | -1/+2 |
* | host: x4xx: Fix some warnings on mac OS | Lane Kolbly | 2022-02-04 | 2 | -2/+3 |
* | host: zbx: Expose tuning table on property tree | Lane Kolbly | 2022-02-03 | 4 | -5/+28 |
* | python: rfnoc: Add get_property bindings | Wade Fife | 2022-02-01 | 1 | -0/+60 |
* | rfnoc: Update the MTU forwarding property for some blocks | Martin Braun | 2022-02-01 | 8 | -0/+25 |
* | rfnoc: Set the default MTU forwarding policy to ONE_TO_ONE. | Martin Braun | 2022-02-01 | 1 | -1/+6 |
* | rfnoc: Add post_init() method to noc_block_base | Martin Braun | 2022-02-01 | 2 | -0/+23 |
* | rfnoc: Fix _set_subdev_spec() helper function | Aaron Rossetto | 2022-02-01 | 1 | -3/+8 |
* | RFNoC: Cache and re-use host endpoints | michael-west | 2022-01-27 | 1 | -7/+30 |
* | uhd: Demote WARNING on minor compat mismatch to DEBUG | Martin Braun | 2022-01-25 | 1 | -2/+2 |
* | host: x4xx: gpio: Properly unmap FPGA GPIO values | Lane Kolbly | 2022-01-24 | 2 | -39/+44 |
* | rfnoc: Ignore errors in ctrlport response packets if ACKs not wanted | Aaron Rossetto | 2022-01-21 | 1 | -0/+8 |
* | host: fix build with DPDK v21.11 LTS | Luca Boccassi | 2022-01-20 | 5 | -43/+94 |
* | host: Implement nameless_gain_mixin | Lane Kolbly | 2022-01-20 | 6 | -83/+150 |
* | lib: set dynamic_lookup and flat_namespace | Steven Koo | 2022-01-19 | 1 | -3/+4 |
* | tests: disable x4xx_radio_block_test on macOS | Steven Koo | 2022-01-19 | 1 | -0/+1 |
* | lib: Make simple_claimer atomic | Martin Braun | 2022-01-14 | 1 | -38/+19 |
* | deps: rpclib: Replace distutils.dir_util with shutil | Aaron Rossetto | 2022-01-14 | 1 | -2/+1 |
* | SPI: Implement SPI engine for x410 | Martin Anderseck | 2022-01-13 | 8 | -15/+366 |
* | rfnoc: Always clear response queue in ctrlport_endpoint | Martin Braun | 2022-01-13 | 1 | -16/+29 |
* | uhd: Fix non-standard function name macros | Martin Braun | 2022-01-12 | 4 | -7/+9 |
* | x300: Fix LED configuration for TwinRX | Martin Braun | 2022-01-11 | 1 | -13/+53 |
* | x300: clang-format | Martin Braun | 2022-01-11 | 10 | -61/+65 |
* | e3xx: Fix frequency querying | Martin Braun | 2022-01-10 | 1 | -2/+11 |
* | RFNoC: Fix DSP frequency accuracy | michael-west | 2022-01-10 | 4 | -12/+26 |
* | rfnoc: Add atomic item size property for RFNoC blocks | Lars Amsel | 2022-01-10 | 8 | -10/+115 |
* | rfnoc: transport: Check if streamers are connected in send() and recv() | Martin Braun | 2022-01-10 | 2 | -2/+40 |
* | host: multi_usrp: Merge set_tx_subdev_spec and set_rx_subdev_spec | Lane Kolbly | 2022-01-10 | 1 | -99/+67 |
* | rfnoc: ddc/duc: Improve variable name for _set_freq() | Martin Braun | 2022-01-07 | 2 | -4/+4 |
* | lib: SSPH: Fix comment for convert_to_in_buff() | Martin Braun | 2022-01-07 | 1 | -2/+1 |
* | rfnoc: radio: Fix comment in radio_control_impl | Martin Braun | 2022-01-07 | 1 | -1/+1 |
* | host: Add divider constructor to spi_config_t | Lane Kolbly | 2022-01-06 | 1 | -0/+9 |
* | host: rf_control: Add internal antenna API abstraction. | Lane Kolbly | 2022-01-05 | 5 | -49/+202 |
* | 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 | 2 | -250/+0 |
* | host: Add char* overload for device_addr_t | Lane Kolbly | 2022-01-05 | 2 | -6/+6 |
* | dpdk: correct MTU warning message | Andrew Lynch | 2021-12-17 | 1 | -1/+1 |