aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-1113-25/+38
* | | soft_reg: Added better inline documentationAshish Chaudhari2015-08-122-12/+34
* | | uhd: Fixed initialization of members in dirty_trackedAshish Chaudhari2015-08-111-1/+1
* | | uhd: Added capability defs for register and filter APIAshish Chaudhari2015-08-111-0/+2
* | | Merge branch 'master' into ashish/register_apiAshish Chaudhari2015-08-10111-1080/+9245
|\| |
| * | docs: Added notes on sampling ratesMartin Braun2015-08-101-0/+39
| * | e300: Fix internal GPIO register settingTom Tsou2015-08-101-1/+1
| * | x300: added missing included necessary in Boost 1.46Nicholas Corgan2015-08-101-0/+1
| * | Added UBX/UBX-160 to the list of boards supporting integer-NMarcus Müller2015-08-101-0/+2
| * | e300: added -DE300_FORCE_NETWORK flag to CMake configurationNicholas Corgan2015-08-104-5/+35
| * | ad936x: Disable AGC by defaultMartin Braun2015-08-101-1/+1
| * | C API: feature additions, bugfixesNicholas Corgan2015-08-0719-1425/+402
| * | x300, e300: Moved common register names to radio namespaceMartin Braun2015-08-076-88/+107
| * | e300: Made network mode not crash when attempting to user filter APIMartin Braun2015-08-062-8/+2
| * | e300: Fix lacking subscriber call to update LO freq and bandselsMartin Braun2015-08-061-0/+3
| * | UHD: libusb_strerror compatibility with older versions of libusbmichael-west2015-08-063-18/+29
| * | libusb: Fixed Windows build issueAshish Chaudhari2015-08-061-5/+5
| * | uhd: C API wrapperNicholas Corgan2015-08-0658-25/+9230
| * | Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ...michael-west2015-08-053-22/+60
| * | image_loader: force user to specify deviceNicholas Corgan2015-08-056-53/+148
| * | Merge branch 'maint'Martin Braun2015-08-053-6/+8
| |\|
| | * Fixed .ipp include behaviorNicholas Corgan2015-08-053-6/+8
| * | Merge branch 'maint'Martin Braun2015-08-0410-20/+10
| |\|
| | * E300 FW: Fixing copyrightsBen Hilburn2015-08-0410-20/+10
| * | MegaFFT: Fixing copyright, whitespaceBen Hilburn2015-08-043-104/+106
| * | Merge branch 'maint'Martin Braun2015-08-031-1/+3
| |\|
| | * Added NI B2x0 VID/PID pairs to udev rulesNicholas Corgan2015-08-031-1/+3
| | * docs: Added X3x0 LEDs tableMarcus Müller2015-08-031-0/+24
| | * e3xx: docs: Add a paragraph on network configuration.Moritz Fischer2015-07-301-4/+48
| * | docs: Added X3x0 LEDs tableMarcus Müller2015-08-031-0/+24
| * | e3xx: docs: Add a paragraph on network configuration.Moritz Fischer2015-08-031-4/+48
| * | b200: Change init sequence to catch bad USB statesBalint Seeber2015-08-035-10/+59
| * | uhd: Added usb_error exception typeBalint Seeber2015-08-032-0/+13
| * | utils: Updated b2xx_side_channel utility, moved over from tools/Martin Braun2015-07-312-699/+223
| * | b200: fixed initial loadingNicholas Corgan2015-07-311-3/+2
| * | x300: nirio: Fix compiler warningsMoritz Fischer2015-07-312-3/+3
| * | convert: Added converters for raw stringsMartin Braun2015-07-314-14/+116
* | | uhd: Added dirty tracking support to soft_registerAshish Chaudhari2015-08-101-17/+38
* | | uhd: Added dirty tracking wrapper classAshish Chaudhari2015-08-101-0/+132
* | | uhd: Register API enhancementsAshish Chaudhari2015-08-062-11/+50
* | | uhd: Removed dependency on boost/lockfreeAshish Chaudhari2015-08-051-2/+23
* | | x300: Used new soft register API for X300 registersAshish Chaudhari2015-08-044-176/+196
* | | uhd: Added APIs to multi_usrp to read/write device registersAshish Chaudhari2015-08-043-24/+454
|/ /
* | fpga: Updated fpga image package for e3xx.Moritz Fischer2015-07-301-2/+2
* | MSVC 2015 compatibilityNicholas Corgan2015-07-304-6/+6
* | fixup! e300 + cmake merge conflict resolutionMartin Braun2015-07-292-3/+3
* | gps: gpsd: Fix MSVC std::isnan() fail by using boost::math::isnan().Moritz Fischer2015-07-291-6/+7
* | gps: gpsd: Provide GPGGA sensor for backwards compatibility.Moritz Fischer2015-07-291-1/+62
* | gps: gpsd: Provide GPRMC sensor for backwards compatibility.Moritz Fischer2015-07-291-1/+64
* | gps: gpsd: Adding gpsd_iface to interface with gpsd.Moritz Fischer2015-07-2915-1540/+381