Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | experts: Added additional assignment operator to data writer | Ashish Chaudhari | 2016-03-21 | 1 | -1/+6 |
| | |||||
* | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 7 | -86/+10 |
| | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | tests: devtests now check for timeouts and the sample counts | Martin Braun | 2016-03-21 | 1 | -7/+30 |
| | |||||
* | examples: Add timeouts to benchmark_rate | Martin Braun | 2016-03-21 | 1 | -1/+10 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2016-03-21 | 1 | -0/+16 |
|\ | |||||
| * | Final preparations for 3.9.3 release | Martin Braun | 2016-03-21 | 2 | -2/+18 |
| | | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release | ||||
| * | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-17 | 1 | -32/+126 |
| | | | | | | | | | | | | | | The previous version (using atomic variables) was fine, but didn't work with all the Boost versions we currently support on the 3.9.X release line. This is a slightly less safe, but still sufficient example. | ||||
| * | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause ↵ | Martin Braun | 2016-03-16 | 1 | -120/+32 |
| | | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f. | ||||
| * | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-16 | 1 | -0/+6 |
| | | |||||
| * | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-14 | 1 | -32/+120 |
| | | |||||
| * | Updated branch for upcoming 3.9.3 release | Martin Braun | 2016-03-14 | 2 | -3/+3 |
| | | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string | ||||
* | | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-21 | 1 | -32/+126 |
| | | | | | | | | | | | | | | The previous version (using atomic variables) was fine, but didn't work with all the Boost versions we currently support on the 3.9.X release line. This is a slightly less safe, but still sufficient example. | ||||
* | | Bumping minimum version requirements for our dependencies. | Martin Braun | 2016-03-21 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | New minimum versions: - Boost: 1.53 - gcc: 4.8 - Clang: 3.3 - Python: 2.7 - CMake: 2.8 | ||||
* | | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause ↵ | Martin Braun | 2016-03-21 | 1 | -120/+32 |
| | | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f. | ||||
* | | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-21 | 1 | -0/+6 |
| | | |||||
* | | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-21 | 1 | -32/+120 |
| | | |||||
* | | log: remove MSVC 2010 Boost bug workaround | Nicholas Corgan | 2016-03-11 | 1 | -13/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 8 | -8/+13 |
|\| | |||||
| * | Added <cstddef> includes to support more platforms | Martin Braun | 2016-03-08 | 2 | -0/+2 |
| | | |||||
| * | Fixed minor warnings: | Nicholas Corgan | 2016-03-04 | 3 | -5/+5 |
| | | | | | | | | | | | | * nirio_driver_iface_win: labeled unused variable for MinGW builds * b200_impl: fixed unreferenced variable warning * n200_image_loader: fixed signed vs. unsigned comparison | ||||
| * | examples: TX/RX loopback stopping condition was reversed | Paul David | 2016-03-03 | 1 | -1/+1 |
| | | | | | | No data was getting stored. | ||||
| * | examples: TX/RX loopback could run forever if the exact number of samples ↵ | DaulPavid | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | isn't received | ||||
| * | x300: Added power cycle message to uhd_image_loader | Martin Braun | 2016-03-03 | 1 | -0/+2 |
| | | |||||
| * | e300: Fixed a memory leak in udev code | Marcus Müller | 2016-03-03 | 1 | -2/+3 |
| | | | | | | | | | | When querying temp mboard sensor on e300, sysfs attributes are read through udev. | ||||
* | | cmake: Rename version strings for dev branches | Martin Braun | 2016-03-11 | 2 | -3/+37 |
| | | |||||
* | | docs: Updated section on PyBOMBS | Martin Braun | 2016-03-04 | 1 | -2/+2 |
| | | |||||
* | | cmake: add compiler minimum version check for GNU and Clang. | Michael Dickens | 2016-03-04 | 1 | -1/+50 |
| | | |||||
* | | cmake: add compiler support for Clang. | Michael Dickens | 2016-03-02 | 1 | -2/+3 |
| | | |||||
* | | Update usrp_b200.dox | Robin Coxe | 2016-03-01 | 1 | -2/+2 |
| | | | | | | Nate Temple uncovered two </td> tags missing the final ">" (J3 and J100). | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-02-29 | 1 | -4/+6 |
|\| | |||||
| * | Enable multiple programs to use USB USRPs on Windows | Derek Kozel | 2016-02-29 | 1 | -4/+6 |
| | | | | | | | | | | | | | | Window's WinUSB driver doesn't support multiple processes accessing a single USB device and libusb_open returns LIBUSB_ACCESS_ERROR when trying to access an already claimed USRP. One device access did not catch this exception and caused UHD to error during USRP discovery. | ||||
* | | dboards: Added APIs to get RX and TX frontend names | Ashish Chaudhari | 2016-02-26 | 2 | -1/+35 |
| | | |||||
* | | experts: Multiple minor fixes/enhancements | Ashish Chaudhari | 2016-02-26 | 3 | -10/+31 |
| | | | | | | | | | | | | | | | | - Fixed segfault issue for graph modification errors - Demangled node type names and added quotes to "dot" labels to allow fully qualified C++ names - add_prop_node functions initialize the property objects in the tree in addition to data nodes - Passed in resolve mutex to desired data node correctly - Added == and != operators to data accessors | ||||
* | | dboards: Added ability to register a per-dboard container class | Ashish Chaudhari | 2016-02-26 | 5 | -52/+126 |
| | | | | | | | | | | | | | | | | | | | | - The typical dboard classes are actually "subdev" classes i.e. there is one instance per dboard subdev (front-end). This makes it hard to implement shared functionality between multiple front-ends. - This changes adds the ability to create a container class which is created per group of subdevs and each subdev gets a pointer to the container class for cross linkage. | ||||
* | | dboard: Made dboard class dtors virtual | Ashish Chaudhari | 2016-02-26 | 13 | -39/+47 |
| | | | | | | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 14 | -109/+483 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp host/lib/usrp/dboard/db_ubx.cpp | ||||
| * | UBX: Phase synchronization | michael-west | 2016-02-18 | 7 | -99/+340 |
| | | | | | | | | | | | | | | - Disabled MAX2871 VCO auto selection for phase sync - Added checks for new phase sync constraints recently published by Maxim - Added dboard_clock_rate option for X300 - Adjusted timing of SYNC signal relative to dboard referenc clock | ||||
| * | Corrected the UHD behavior in the event of a USB disconnect | DaulPavid | 2016-02-12 | 4 | -6/+125 |
| | | |||||
| * | Rectified the usage of UHD_IMAGES_DIR_WINREG_KEY in search paths. | vkakade | 2016-02-11 | 1 | -1/+1 |
| | | |||||
| * | Update docs with lack of UBX phase sync on N210 | Derek Kozel | 2016-02-09 | 1 | -2/+2 |
| | | |||||
| * | docs: Added link to e3xx sdks on files.ettus.com | Moritz Fischer | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | docs: Added paragraph on dhcp timeout for e3xx | Moritz Fischer | 2016-02-09 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | x300: Added capability to write_spi to BOTH channels in dboard_iface | Ashish Chaudhari | 2016-02-18 | 1 | -6/+8 |
| | | |||||
* | | db_manager: Cleaned up iface pointer in subtree after error | Ashish Chaudhari | 2016-02-18 | 1 | -0/+1 |
| | | |||||
* | | x300,e300: Fixed IQ swapping issue in RX frontend | Ashish Chaudhari | 2016-02-17 | 2 | -10/+4 |
| | | | | | | | | - DB connection mapping is implemented in DDC chain. FE corrections module does not swap | ||||
* | | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 12 | -302/+431 |
| | | | | | | | | | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface | ||||
* | | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 12 | -24/+76 |
| | | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree | ||||
* | | b200: Removed superfluous function declaration | Martin Braun | 2016-02-15 | 1 | -1/+0 |
| | | |||||
* | | adf435x: Refactored ADF435X control code | Ashish Chaudhari | 2016-02-12 | 13 | -678/+524 |
| | | | | | | | | | | | | - Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code | ||||
* | | uhd: Added expert dependency tracking infrastructure | Ashish Chaudhari | 2016-02-12 | 9 | -0/+1808 |
| | | | | | | | | | | | | | | - Code location uhd/lib/experts - expert_nodes.hpp contains all node definitions: data and worker - expert_container.hpp contains the memory manager and resolver for expert nodes - expert_factory contains the initializer and modifier for expert_container |