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 | 3 | -24/+5 |
| | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-21 | 1 | -0/+6 |
| | |||||
* | log: remove MSVC 2010 Boost bug workaround | Nicholas Corgan | 2016-03-11 | 1 | -13/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2016-03-11 | 5 | -7/+10 |
|\ | |||||
| * | 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 | ||||
| * | 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. | ||||
* | | 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 | 1 | -1/+21 |
| | | |||||
* | | 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 | 3 | -40/+101 |
| | | | | | | | | | | | | | | | | | | | | - 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 | 12 | -39/+43 |
| | | | | | | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 10 | -105/+346 |
|\| | | | | | | | | | | | 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 | 2 | -5/+5 |
| | | |||||
| * | Rectified the usage of UHD_IMAGES_DIR_WINREG_KEY in search paths. | vkakade | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | 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 | 11 | -264/+411 |
| | | | | | | | | | | | | | | - 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 | 11 | -24/+42 |
| | | | | | | | | | | | | - 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 | 7 | -0/+1551 |
| | | | | | | | | | | | | | | - 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 | ||||
* | | prop_tree: Added advanced coercion capability to property | Ashish Chaudhari | 2016-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | - Added auto and manual coerce modes - Added set_coerced API for manual coercion - Added detailed doxy comments describing behavior of property class | ||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 28 | -403/+403 |
| | | | | | | | | | | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw | ||||
* | | lib: Made sensor_value_t copyable | Ashish Chaudhari | 2016-02-11 | 1 | -0/+15 |
| | | | | | | | | | | - Added copy ctor and assignment operator - Possibly ABI breaking | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-02-08 | 1 | -2/+2 |
|\| | |||||
| * | B200: Fix for increasing retune times | michael-west | 2016-02-05 | 1 | -2/+2 |
| | | |||||
* | | math: Removed now superfluous constants. Removes a lot of compiler warnings | Martin Braun | 2016-02-04 | 1 | -1/+0 |
| | | |||||
* | | cores: Factored out some common code | Martin Braun | 2016-01-26 | 7 | -144/+121 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-01-21 | 2 | -9/+3 |
|\| | |||||
| * | uhd: add CMake flag for the Windows registry key to specify UHD images directory | Brooks Prumo | 2016-01-21 | 1 | -6/+2 |
| | | |||||
| * | cmake: removed unnecessary include | Nicholas Corgan | 2016-01-18 | 1 | -3/+1 |
| | | |||||
* | | n230: fixed header location | Nicholas Corgan | 2016-01-15 | 2 | -2/+126 |
| | | |||||
* | | n230: Multiple usability improvements | Ashish Chaudhari | 2016-01-13 | 6 | -49/+111 |
| | | | | | | | | | | | | | | - Improved FW/FPGA compat mismatch error messages - Added power-cycle message to loader - Disabled "SW too new for HW" version check - Added retry mechanism in n230_find to allow for ARP updates | ||||
* | | n230: Bumped N230 firmware compat number to 32 | Ashish Chaudhari | 2016-01-13 | 1 | -1/+1 |
| | | |||||
* | | bugfix#366: X300: PCIe: Live load of firmware fails | Ashish Chaudhari | 2016-01-11 | 1 | -0/+2 |
| | | |||||
* | | usrp3,n230: Moved all shared FW-Host headers to the host dir | Ashish Chaudhari | 2016-01-08 | 9 | -9/+378 |
| | | |||||
* | | n230: fixed string formatting warning | Nicholas Corgan | 2016-01-08 | 1 | -2/+5 |
| | | |||||
* | | n230: Added hardware compatibility version checks to UHD | Ashish Chaudhari | 2016-01-08 | 2 | -2/+53 |
| | | |||||
* | | n230: Improved error for secondary ethernet detection failure | Ashish Chaudhari | 2016-01-08 | 1 | -3/+10 |
| | | |||||
* | | n230: Added new AD9361 properties to the property tree | Ashish Chaudhari | 2016-01-07 | 3 | -34/+18 |
| | | |||||
* | | Fixed some cross-platform build issues | Ashish Chaudhari | 2016-01-06 | 2 | -1/+1 |
| | | |||||
* | | n230: Fixed GPSDO detection logic | Ashish Chaudhari | 2016-01-06 | 6 | -26/+29 |
| | | |||||
* | | n230: GPIO ATR cleanup and miniSAS GPIO support | Ashish Chaudhari | 2016-01-05 | 6 | -9/+61 |
| | | | | | | | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks | ||||
* | | n230: Added N230 device support | Ashish Chaudhari | 2016-01-05 | 30 | -0/+4641 |
| | | |||||
* | | fixed a orthography typo; funnier if you're German. | Marcus Müller | 2015-12-31 | 1 | -3/+3 |
| | |