Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 31 | -429/+487 | |
| | | | | | | | | | | | | | | | | | | - 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 | 2 | -4/+28 | |
| | | | | | | | | | | - Added copy ctor and assignment operator - Possibly ABI breaking | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-02-08 | 2 | -4/+9 | |
|\| | ||||||
| * | Disable Winsock deprecation warnings | Nicholas Corgan | 2016-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | cmake: fixed Boost.Thread check for MinGW | Nicholas Corgan | 2016-02-08 | 1 | -2/+6 | |
| | | | | | | | | | | * MinGW builds check for libboost_thread_win32 instead of libboost_thread * Checks for other platforms unaffected | |||||
| * | B200: Fix for increasing retune times | michael-west | 2016-02-05 | 1 | -2/+2 | |
| | | ||||||
* | | Grab (u)intptr_t from the global namespace | Ashish Chaudhari | 2016-02-04 | 1 | -2/+2 | |
| | | | | | | | | - Boost only added it to it's namespace starting 1.55 | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-02-04 | 2 | -4/+4 | |
|\| | ||||||
| * | fixed the docs for Ubuntu package and PyBombs-based installation | Marcus Müller | 2016-01-28 | 2 | -4/+4 | |
| | | ||||||
* | | math: Removed now superfluous constants. Removes a lot of compiler warnings | Martin Braun | 2016-02-04 | 2 | -14/+0 | |
| | | ||||||
* | | cores: Factored out some common code | Martin Braun | 2016-01-26 | 7 | -144/+121 | |
| | | ||||||
* | | fx2: std::system("/sbin/rmmod usbtest") not portable, fixed that | Marcus Müller | 2016-01-26 | 1 | -5/+26 | |
| | | | | | | | | | | | | | | | | | | | | FX2 code has complications on Windows machine due to shell misinterpreting the "/sbin/rmmod usbtest" string. * path should not be hardcoded * std::system error message means "possible success" (which is confusing, and contains little information) * replaced std::system by matching syscall * used #ifdef UHD_PLATFORM_LINUX to make checking & removal Linux-only | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-01-21 | 3 | -12/+6 | |
|\| | ||||||
| * | uhd: add CMake flag for the Windows registry key to specify UHD images directory | Brooks Prumo | 2016-01-21 | 2 | -9/+5 | |
| | | ||||||
| * | cmake: removed unnecessary include | Nicholas Corgan | 2016-01-18 | 1 | -3/+1 | |
| | | ||||||
* | | n230: fixed header location | Nicholas Corgan | 2016-01-15 | 2 | -2/+126 | |
| | | ||||||
* | | Updated images package | Ashish Chaudhari | 2016-01-13 | 1 | -2/+2 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Updated fpga-src and images package | Ashish Chaudhari | 2016-01-06 | 1 | -2/+2 | |
| | | | | | | | | - FPGA commit: 86e2195f52ec6b39d4f529ab693fa18de398f650 | |||||
* | | 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 | |
| | | ||||||
* | | Added uhd_config_info utility | Nicholas Corgan | 2015-12-30 | 10 | -0/+396 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-12-30 | 20 | -62/+1564 | |
|\| | ||||||
| * | Final updates for 3.9.2 release | Martin Braun | 2015-12-30 | 2 | -2/+18 | |
| | | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script | |||||
| * | Added scripts and Debian configuration files for Ubuntu PPA | Nicholas Corgan | 2015-12-30 | 19 | -0/+1397 | |
| | | ||||||
| * | docs: updated OctoClock Doxygen file | Nicholas Corgan | 2015-12-30 | 1 | -62/+151 | |
| | | ||||||
* | | docs: Added reference to dnf | Martin Braun | 2015-12-28 | 1 | -0/+4 | |
| | | ||||||
* | | Updated images package for master | Ashish Chaudhari | 2015-12-23 | 1 | -2/+2 | |
| | | ||||||
* | | uhd: Moving from UHD_INLINE to UHD_FORCE_INLINE for clarity | Martin Braun | 2015-12-23 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-12-22 | 1 | -1/+1 | |
|\| | ||||||
| * | Updated repo for 3.9.2 release | Martin Braun | 2015-12-22 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package | |||||
| * | Updated URLs | Nicholas Corgan | 2015-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-12-18 | 5 | -15/+29 | |
|\| | ||||||
| * | e3xx: Added FPGA loading code for speedgrade 3 devices. | Moritz Fischer | 2015-12-16 | 5 | -15/+29 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | error.h: added missing UHD_API | Nicholas Corgan | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | b2xx,e3xx,x300: Bumped FPGA compat numbers after incompatible maint merge | Ashish Chaudhari | 2015-12-15 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | - b200: compat 14 - b200mini: compat 5 - e3xx: compat 15 - x3xx: compat 20 | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-12-15 | 30 | -911/+701 | |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | |||||
| * | ADF4002: Fix register programming (bug #974) | michael-west | 2015-12-15 | 1 | -4/+4 | |
| | | ||||||
| * | Added B205mini VID/PID to udev file | Nicholas Corgan | 2015-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | ihex: Windows fixes | Nicholas Corgan | 2015-12-14 | 3 | -12/+10 | |
| | |