Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Fix version numbering | Martin Braun | 2018-07-13 | 3 | -8/+8 |
| | | | | | UHD-* branches were being detected as "development", and #cmakedefine does not like it when values are actually zero. | ||||
* | cmake: Changing UHD version to 3.13 and flagging branch as development | Martin Braun | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | b200: Update FW and FPGA images | Martin Braun | 2018-07-12 | 1 | -2/+2 |
| | | | | | FPGA compat number bumped to 15. This includes fixes to resolve the "lost EOB" issue on B2xx. | ||||
* | B200: Check if recv_frame_size is larger than minimum value | Vidush | 2018-07-12 | 2 | -0/+10 |
| | |||||
* | B200: Change Recv Frame Size to 8176 | Vidush | 2018-07-12 | 2 | -2/+20 |
| | | | | | | | | The default frame size is set to 8176. If a frame size entered is a multiple of 512, the actual frame size is set to the next lowest multiple of 24. Both changes are made to ensure no packet gets stuck in the fx3. | ||||
* | lib: Purge some use of boost::system_time | Martin Braun | 2018-07-12 | 5 | -21/+32 |
| | | | | | These are all timeout loops, which now use std::chrono::steady_clock::now() to check for timeout events. | ||||
* | uhd: Expose DC Offset range via multi_usrp interface | Derek Kozel | 2018-07-11 | 5 | -0/+57 |
| | |||||
* | soft_register: Remove compiler warning, add unit test | Martin Braun | 2018-07-11 | 3 | -5/+41 |
| | |||||
* | uhd: Warn when tuning with auto DSP frequency and an external LO | Derek Kozel | 2018-07-10 | 1 | -0/+19 |
| | | | | | In LO sharing cases this can result in frequency errors between channels. | ||||
* | legacy_compat: Fix tx/rx channel map initialization for all channels | Sugandha Gupta | 2018-07-09 | 1 | -5/+14 |
| | | | | | | | | This will populate tx/rx channel map (radio and port index) considering number of channels, radios and mboards. On TwinRX and N310, the default subdev spec will now include all available channels. | ||||
* | e300: remove time spi | Trung N Tran | 2018-07-06 | 1 | -36/+1 |
| | |||||
* | fixup! e300: merge files from rfnoc-devel | Martin Braun | 2018-07-06 | 2 | -0/+8 |
| | |||||
* | e300: merge files from rfnoc-devel | Trung N Tran | 2018-06-29 | 15 | -1564/+1179 |
| | | | | This disables the ability to do "network mode" on the E310. | ||||
* | rfnoc: Merge block controller header files from rfnoc-devel | Trung Tran | 2018-06-29 | 3 | -44/+123 |
| | |||||
* | Update ISE/Vivado versions in images.dox | Robin Coxe | 2018-06-26 | 1 | -4/+5 |
| | |||||
* | fixup! Time_spec: Add Operators | Vidush | 2018-06-26 | 2 | -13/+10 |
| | |||||
* | docs: Fixed a doxygen warning | Martin Braun | 2018-06-22 | 2 | -1/+2 |
| | |||||
* | UHD: Make ctrl_iface_impl deconstructor virtual | Martin Braun | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | UHD: Updated blockdef dest asserts | Martin Braun | 2018-06-22 | 1 | -3/+3 |
| | |||||
* | UHD: Update copyright dates | Martin Braun | 2018-06-22 | 3 | -3/+3 |
| | |||||
* | UHD: Reorder include | Martin Braun | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Python: Bind Gain Profile Functions | Vidush | 2018-06-22 | 1 | -0/+14 |
| | |||||
* | multi_usrp: Forward-declare device3 | Martin Braun | 2018-06-22 | 1 | -3/+5 |
| | | | | | There is no need to include it in multi_usrp.hpp, and in fact, it will break stuff when ENABLE_RFNOC=OFF, which is currently the default. | ||||
* | RFNoC: Add FIR, Null, and Window block controllers | Martin Braun | 2018-06-22 | 7 | -0/+452 |
| | |||||
* | RFNoC: Add Siggen block controller | Sugandha Gupta | 2018-06-22 | 2 | -0/+74 |
| | |||||
* | UHD: Expose device3 APIs in multi_usrp | Martin Braun | 2018-06-22 | 1 | -0/+15 |
| | |||||
* | Docs: Add stub of RFNoC docs | Martin Braun | 2018-06-22 | 5 | -3/+26 |
| | |||||
* | UHD: Added RFNoC examples | Martin Braun | 2018-06-22 | 3 | -0/+830 |
| | |||||
* | 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 |
| | |||||
* | B200: Enforce min_tick_rate | Vidush | 2018-06-21 | 1 | -0/+11 |
| | |||||
* | fixup! python: Separating exposed Python data structures | Vidush | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | *_dsp_core: Update frequency when updating rates | Vidush | 2018-06-21 | 4 | -0/+20 |
| | | | | | Since the frequency shifter is set to a relative rate, it needs to be updated when changing the sampling rate. | ||||
* | Python: Add tx_lo Functions | Vidush | 2018-06-20 | 1 | -0/+20 |
| | |||||
* | Python: Remove Unnecessary Metadata Assignment | Vidush | 2018-06-20 | 1 | -1/+0 |
| | |||||
* | python: Adding Python API benchmark rate | Brent Stapleton | 2018-06-20 | 2 | -0/+482 |
| | | | | Python API version of the benchmark rate utility. | ||||
* | python: Added curses frequency plot example | Paul David | 2018-06-20 | 2 | -0/+153 |
| | |||||
* | cmake: Fixed the Python executable finding logic | Håkon Vågsether | 2018-06-20 | 1 | -2/+11 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | python: removing unnecessary configuration | Thibaud Marazano | 2018-06-20 | 1 | -1/+0 |
| | | | | | | | Removed "set_tx_rate" that sets all channels initially, because the channel loop handles this. Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | python: Separating exposed Python data structures | Paul David | 2018-06-20 | 27 | -712/+1624 |
| | | | | | | | | | - Separating exposed Python data structures into logical sections - Exposes all of the multi_usrp API - Adds a layer of Python for documentation and adding helper methods - Adds improvements and fixes to the MultiUSRP object - Includes additional exposed data structures (like time_spec_t, etc.) - Add code to release the Python GIL during long C++ calls | ||||
* | python: Initial commit of Python API | Andrej Rode | 2018-06-20 | 11 | -4/+946 |
| | | | | | | | | | | Initial commit of the Python API using Boost.Python. Bind the MultiUSRP API for use in Python. Bindings intended to provide as complete coverage as possible. - Wrap most multi_usrp calls - Adding multi channel send/recv examples in examples/python - Adding setuptools support - Initial attempt at binding the UHD types and filters | ||||
* | mg: remove set_rpc_lock | Trung Tran | 2018-06-18 | 2 | -14/+1 |
| | |||||
* | liberio_zero_copy: add tx and rx mutexes | Trung Tran | 2018-06-18 | 1 | -1/+6 |
| | |||||
* | ad9361: Add API to set 1R1T/2R2T timing modes | Sugandha Gupta | 2018-06-15 | 5 | -0/+71 |
| | | | | | LVDS interface can support both timing modes 1R1T/2R2T The API sets the required bit in catalina registers. | ||||
* | Docs: x300 Functional Verification Procedure | Vidush | 2018-06-15 | 1 | -0/+15 |
| | |||||
* | lmx2592: correct bit 15 of register 39 | Mark Meserve | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Docs: Update FPGA Functional Testing Procedure | Vidush | 2018-06-13 | 1 | -9/+7 |
| | |||||
* | LMX2592: Fix PFD calculation | Derek Kozel | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | cmake: remove local FindGit.cmake | Trung Tran | 2018-06-12 | 2 | -46/+2 |
| | | | | | cmake already supports find_package(Git), we are no longer need to maintain FindGit.cmake. | ||||
* | cmake: change minimium cmake version support to 2.8.2 | Trung Tran | 2018-06-12 | 1 | -1/+1 |
| |