| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'maint' | Martin Braun | 2015-09-01 | 14 | -44/+63 |
|\| |
|
| * | X300: Fix base address for FP GPIO | michael-west | 2015-09-01 | 1 | -1/+1 |
| * | UHD: Fix max287x N divider ranges | michael-west | 2015-09-01 | 1 | -5/+5 |
| * | OctoClock: shortened bootloader's wait for burner signal | Nicholas Corgan | 2015-09-01 | 1 | -2/+2 |
| * | UHD: Add pps source option to tx_waveforms example | michael-west | 2015-09-01 | 1 | -11/+30 |
| * | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 10 | -24/+23 |
| * | docs: fixed E3XX static IP instructions | Nicholas Corgan | 2015-09-01 | 1 | -1/+1 |
| * | b200: on startup when the bad USB state is detected, print this out for the u... | Michael Dickens | 2015-09-01 | 1 | -0/+1 |
* | | Updated version strings on master branch (3.10) | Martin Braun | 2015-08-31 | 2 | -4/+4 |
|/ |
|
* | Updated images package for 3.9.0 release | Ashish Chaudhari | 2015-08-31 | 1 | -2/+2 |
* | Updated version strings + fpga-src for 3.9.0 release | Martin Braun | 2015-08-18 | 2 | -3/+3 |
* | Updated images package for 3.9.0rc1 | Ashish Chaudhari | 2015-08-18 | 1 | -2/+2 |
* | B2XX: Added B200mini support | michael-west | 2015-08-17 | 12 | -105/+356 |
* | e3xx: Added paragraph about NFS root booting. | Moritz Fischer | 2015-08-17 | 1 | -0/+70 |
* | cpack: set version string for MSVC 2015 packages | Nicholas Corgan | 2015-08-17 | 1 | -0/+2 |
* | docs: changed earliest MSVC supported version to 2012 | Nicholas Corgan | 2015-08-17 | 1 | -1/+1 |
* | docs: Made apt-get and yum commands more verbose | Martin Braun | 2015-08-17 | 1 | -2/+2 |
* | x300: Removed call to is_pps_present | Ashish Chaudhari | 2015-08-17 | 1 | -4/+4 |
* | x300: Manual updates and cleanup for PCIe | Ashish Chaudhari | 2015-08-14 | 2 | -130/+22 |
* | nirio: Updated NI-RIO docs for 15.0 installer support | Ashish Chaudhari | 2015-08-14 | 1 | -22/+27 |
* | nirio: Changes to kernel proxy to work with RIO 15.0 on linux | Ashish Chaudhari | 2015-08-14 | 7 | -718/+721 |
* | octoclock: replaced Intel hex -> binary converter | Nicholas Corgan | 2015-08-14 | 12 | -565/+655 |
* | C API: added soft register API | Nicholas Corgan | 2015-08-14 | 2 | -0/+88 |
* | gps_ctrl: code cleanup | Nicholas Corgan | 2015-08-14 | 1 | -11/+11 |
* | multi_usrp: comment out for-now unused function to remove warning | Nicholas Corgan | 2015-08-14 | 1 | -2/+2 |
* | b200,e300,x300: Updated compat number for release 3.9.0 | Ashish Chaudhari | 2015-08-14 | 3 | -3/+3 |
* | Remove CMake 3.0+ warnings | Nicholas Corgan | 2015-08-13 | 5 | -96/+116 |
* | ad9361: Delay Tx Quad Cal from initialization to streamer start | Tom Tsou | 2015-08-13 | 1 | -2/+8 |
* | ad9361: Use separate Tx and RX frequency calibration intervals | Tom Tsou | 2015-08-13 | 2 | -19/+39 |
* | ad9361: Reconfigure RF and baseband DC offset correction | Tom Tsou | 2015-08-13 | 2 | -37/+39 |
* | ad9361: Enable single shot Rx Quad Cal | Tom Tsou | 2015-08-13 | 2 | -31/+63 |
* | Transport: Update flow control on overruns | Johannes Walter | 2015-08-13 | 1 | -0/+5 |
* | uhd: Fixes to build with MSVC | Ashish Chaudhari | 2015-08-13 | 2 | -1/+2 |
* | multi_usrp: Disabled tuning message | Martin Braun | 2015-08-12 | 1 | -2/+2 |
* | multi_usrp: Fixed bug where policy == none was not obeyed | Martin Braun | 2015-08-12 | 1 | -2/+6 |
* | B200/X300: Make default clock and time sources internal | michael-west | 2015-08-12 | 2 | -27/+1 |
* | UHD: Remove initialization of time to GPS time. | michael-west | 2015-08-12 | 4 | -30/+1 |
* | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-12 | 33 | -571/+341 |
|\ |
|
| * | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 18 | -537/+294 |
| * | UHD: Change libusb_error_name() to libusb_strerror() to improve error output | michael-west | 2015-08-12 | 1 | -2/+2 |
| * | paths: consistency in usage of string parameters | Nicholas Corgan | 2015-08-12 | 2 | -8/+8 |
| * | b200: fix libusb exceptions to work with that expected by b200 impl exception... | Michael Dickens | 2015-08-11 | 1 | -3/+3 |
| * | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se... | Nicholas Corgan | 2015-08-11 | 13 | -25/+38 |
* | | soft_reg: Added better inline documentation | Ashish Chaudhari | 2015-08-12 | 2 | -12/+34 |
* | | uhd: Fixed initialization of members in dirty_tracked | Ashish Chaudhari | 2015-08-11 | 1 | -1/+1 |
* | | uhd: Added capability defs for register and filter API | Ashish Chaudhari | 2015-08-11 | 1 | -0/+2 |
* | | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-10 | 97 | -306/+9129 |
|\| |
|
| * | docs: Added notes on sampling rates | Martin Braun | 2015-08-10 | 1 | -0/+39 |
| * | e300: Fix internal GPIO register setting | Tom Tsou | 2015-08-10 | 1 | -1/+1 |
| * | x300: added missing included necessary in Boost 1.46 | Nicholas Corgan | 2015-08-10 | 1 | -0/+1 |