| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Fix MSVC warnings by changing a size_t to unsigned int | Martin Braun | 2019-01-03 | 1 | -1/+1 |
* | RFNoC: Fix for late packet errors | michael-west | 2018-12-21 | 1 | -1/+3 |
* | RFNoC: Fix graph traversal | michael-west | 2018-12-19 | 1 | -10/+40 |
* | uhd/mpm: eiscat: Various changes | Ryan Marlow | 2018-12-19 | 2 | -10/+66 |
* | Device3: Fix block control flushing | Brent Stapleton | 2018-12-17 | 1 | -0/+3 |
* | C API: Add support for Tx LO control | Martin Braun | 2018-12-14 | 1 | -0/+74 |
* | time_spec: include <stdint.h> for int64_t | Michael Dickens | 2018-12-13 | 1 | -0/+1 |
* | various: use "std::abs" instead of "std::fabs" | Michael Dickens | 2018-12-12 | 2 | -9/+9 |
* | rh: add highband spur reduction option | Mark Meserve | 2018-12-12 | 1 | -0/+5 |
* | filter: Fix return value in get_rolloff | Derek Kozel | 2018-11-28 | 1 | -1/+1 |
* | rfnoc: Add halt to replay API | Wade Fife | 2018-11-27 | 1 | -0/+3 |
* | multi_usrp: Fixed get_tx_stream reference | Gregory Eslinger | 2018-11-20 | 1 | -1/+1 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 8 | -29/+29 |
* | uhd: Changes to traffic counter register names | Ciro Nishiguchi | 2018-10-31 | 1 | -12/+8 |
* | rh: add support for rhodium devices | Mark Meserve | 2018-10-25 | 1 | -0/+42 |
* | multi_usrp: Improve documentation for set_{time,clock,sync}_source | Martin Braun | 2018-10-22 | 1 | -14/+95 |
* | uhd: Improve documentation for the UHD exception types | Martin Braun | 2018-10-12 | 1 | -0/+51 |
* | multi_usrp: Add sync_source API | Martin Braun | 2018-10-11 | 1 | -0/+51 |
* | uhd: Add traffic counter to null source sink | Ciro Nishiguchi | 2018-10-11 | 1 | -0/+81 |
* | multi_usrp: move definition of constants | Andrew Lynch | 2018-10-04 | 1 | -2/+2 |
* | uhd: reconcile time_spec operators with boost concepts | Mark Meserve | 2018-09-28 | 1 | -4/+5 |
* | rfnoc: install the DMA FIFO block header | Marcus Müller | 2018-09-26 | 1 | -0/+1 |
* | radio_ctrl: add disable time stamp | Trung Tran | 2018-09-14 | 1 | -0/+3 |
* | RFNoC: Add Replay API and example | Wade Fife | 2018-08-29 | 5 | -0/+291 |
* | uhd: Define UHD_API as empty string when building static lib | Ciro Nishiguchi | 2018-08-22 | 2 | -8/+19 |
* | RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes | Trung N Tran | 2018-08-22 | 1 | -1/+1 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 3 | -16/+18 |
* | multi_usrp: Add get_user_settings_iface() API call | Martin Braun | 2018-08-16 | 1 | -0/+27 |
* | fixup! multi_usrp: Expose APIs for TX LO controls | Martin Braun | 2018-07-31 | 1 | -0/+1 |
* | X300: Change Ethernet buffering | Michael West | 2018-07-25 | 3 | -6/+16 |
* | Device3: Change packet-based flow control to byte-based flow control | Martin Braun | 2018-07-25 | 6 | -20/+28 |
* | rfnoc: Enabled SW flush mechanism impl'd in noc_shell | Ashish Chaudhari | 2018-07-24 | 2 | -1/+4 |
* | docs: Add comments on block port and ID for stream args | Martin Braun | 2018-07-20 | 1 | -1/+12 |
* | uhd: initial commit of UHD support for E320 | Brent Stapleton | 2018-07-18 | 1 | -0/+53 |
* | cmake: Fix version numbering | Martin Braun | 2018-07-13 | 1 | -4/+4 |
* | uhd: Expose DC Offset range via multi_usrp interface | Derek Kozel | 2018-07-11 | 1 | -0/+12 |
* | soft_register: Remove compiler warning, add unit test | Martin Braun | 2018-07-11 | 1 | -4/+6 |
* | e300: merge files from rfnoc-devel | Trung N Tran | 2018-06-29 | 1 | -0/+60 |
* | rfnoc: Merge block controller header files from rfnoc-devel | Trung Tran | 2018-06-29 | 3 | -44/+123 |
* | fixup! Time_spec: Add Operators | Vidush | 2018-06-26 | 1 | -2/+2 |
* | docs: Fixed a doxygen warning | Martin Braun | 2018-06-22 | 2 | -1/+2 |
* | UHD: Reorder include | Martin Braun | 2018-06-22 | 1 | -1/+1 |
* | multi_usrp: Forward-declare device3 | Martin Braun | 2018-06-22 | 1 | -3/+5 |
* | RFNoC: Add FIR, Null, and Window block controllers | Martin Braun | 2018-06-22 | 3 | -0/+170 |
* | RFNoC: Add Siggen block controller | Sugandha Gupta | 2018-06-22 | 1 | -0/+25 |
* | UHD: Expose device3 APIs in multi_usrp | Martin Braun | 2018-06-22 | 1 | -0/+15 |
* | RFNoC: Add moving avg, splitstream, and vector IIR block definitions | Martin Braun | 2018-06-22 | 3 | -0/+172 |
* | RFNoC: Add debug, gain, schmidlcox, and serialdemod block definitions | Jonathon Pendlum | 2018-06-22 | 4 | -0/+298 |
* | Time_spec: Add Operators | Vidush | 2018-06-07 | 1 | -1/+3 |
* | types: convert sensor_value_t to a map | Brent Stapleton | 2018-05-14 | 1 | -0/+3 |