| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | cmake: Find DPDK via pkg-config, if available | Alex Williams | 2020-01-22 | 2 | -1/+3 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 3 | -14/+23 |
* | uhd: Correct rx/tx EEPROM typo | Toni Jones | 2020-01-07 | 1 | -5/+5 |
* | multi_usrp: unify GPIO access type | Brent Stapleton | 2019-12-30 | 1 | -1/+1 |
* | usrp: Change default number of data frames for X300 | Ciro Nishiguchi | 2019-12-20 | 1 | -16/+20 |
* | transport,usrp: Make available packet-based flow control | Alex Williams | 2019-12-20 | 6 | -44/+59 |
* | usrp: Add I/O service manager for DPDK | Ciro Nishiguchi | 2019-12-20 | 2 | -0/+24 |
* | x300,mpmd: Enable DPDK | Martin Braun | 2019-12-20 | 12 | -465/+216 |
* | e31x: Fix filter bank and antenna switching for channel 0 | Sugandha Gupta | 2019-12-02 | 3 | -43/+60 |
* | mpmd: Name the claimer task thread | Martin Braun | 2019-11-26 | 1 | -13/+15 |
* | x300: pcie manager updates | Virendra Kakade | 2019-11-26 | 2 | -129/+93 |
* | mg: Turn the set-lock into a recursive mutex | Martin Braun | 2019-11-26 | 2 | -15/+15 |
* | mg: Always set MCR on both daughterboards | Martin Braun | 2019-11-26 | 3 | -12/+33 |
* | mpmd: Fix get_mboard_name() | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | n310: Fix GPIO registers | Martin Braun | 2019-11-26 | 1 | -3/+6 |
* | mg/rh/rfnoc: Harmonize peripheral registers | Martin Braun | 2019-11-26 | 3 | -18/+29 |
* | gpio_atr_3000: Fix return value for pin control register | Martin Braun | 2019-11-26 | 1 | -1/+3 |
* | e310: Fix issues in MPM and UHD | Martin Braun | 2019-11-26 | 1 | -7/+3 |
* | mpm/mpmd: Remove token requirement for device info | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | rfnoc: Rename thread affinity args | Ciro Nishiguchi | 2019-11-26 | 2 | -49/+52 |
* | lib,tests: Remove old DPDK files from build | Alex Williams | 2019-11-26 | 1 | -7/+8 |
* | rfnoc_graph: Modify find_blocks() to sort return value | Martin Braun | 2019-11-26 | 1 | -35/+2 |
* | multi_usrp: Fix GPIO bank selection | Martin Braun | 2019-11-26 | 1 | -11/+68 |
* | liberio: porting to I/O services | Brent Stapleton | 2019-11-26 | 1 | -11/+2 |
* | multi_usrp: Add set_rx_spp() call | Martin Braun | 2019-11-26 | 2 | -2/+34 |
* | rfnoc: Restrict to inline I/O service based on link restrictions | Ciro Nishiguchi | 2019-11-26 | 1 | -1/+33 |
* | rfnoc: Use graph_utils in multi_usrp chan generation | Brent Stapleton | 2019-11-26 | 1 | -113/+142 |
* | rfnoc: Merge I/O service device args with stream args | Ciro Nishiguchi | 2019-11-26 | 4 | -42/+113 |
* | uhd: Remove all usages of boost::tuple and friends | Martin Braun | 2019-11-26 | 7 | -32/+31 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 38 | -472/+475 |
* | mpmd: Add skip_oldlog device arg | Martin Braun | 2019-11-26 | 1 | -0/+8 |
* | mpmd: Skip generation of mb_controller and mb_iface for skip_init=1 | Martin Braun | 2019-11-26 | 1 | -3/+6 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 10 | -115/+815 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 2 | -9/+9 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 5 | -9/+9 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 49 | -181/+181 |
* | rfnoc: Unify endianness of transports | Alex Williams | 2019-11-26 | 4 | -4/+4 |
* | rfnoc: Add DMA FIFO block controller | Martin Braun | 2019-11-26 | 1 | -354/+250 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 25 | -4889/+165 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 85 | -8146/+11054 |
* | rfnoc: Add multi_usrp_rfnoc, modify multi_usrp | Brent Stapleton | 2019-11-26 | 6 | -392/+2406 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 6 | -0/+228 |
* | gpio_atr_3000: Formatting changes | Brent Stapleton | 2019-11-26 | 1 | -142/+196 |
* | cores: gpio_atr_3000: Add capability to configure register offset | Martin Braun | 2019-11-26 | 1 | -33/+45 |
* | tx_fe_200: make register offset controllable | Brent Stapleton | 2019-11-26 | 1 | -9/+10 |
* | rx_fe_3000: Changing register address calc | Brent Stapleton | 2019-11-26 | 1 | -18/+29 |
* | lib: cores: Adapt spi_core_3000 for use with register_iface | Martin Braun | 2019-11-26 | 1 | -49/+80 |
* | rfnoc: Add default block controller | Martin Braun | 2019-11-26 | 1 | -1/+1 |