aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ashish/register_apiAshish Chaudhari2015-08-1217-268/+135
|\
| * C API cleanup, feature additionsNicholas Corgan2015-08-126-249/+116
| * UHD: Change libusb_error_name() to libusb_strerror() to improve error outputmichael-west2015-08-121-2/+2
| * paths: consistency in usage of string parametersNicholas Corgan2015-08-121-3/+3
| * b200: fix libusb exceptions to work with that expected by b200 impl exception...Michael Dickens2015-08-111-3/+3
| * cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-1110-15/+15
* | Merge branch 'master' into ashish/register_apiAshish Chaudhari2015-08-1042-218/+3555
|\|
| * 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
| * e300: added -DE300_FORCE_NETWORK flag to CMake configurationNicholas Corgan2015-08-102-2/+18
| * ad936x: Disable AGC by defaultMartin Braun2015-08-101-1/+1
| * C API: feature additions, bugfixesNicholas Corgan2015-08-074-0/+107
| * 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-062-17/+23
| * libusb: Fixed Windows build issueAshish Chaudhari2015-08-061-5/+5
| * uhd: C API wrapperNicholas Corgan2015-08-0618-3/+2952
| * 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-054-52/+141
| * b200: Change init sequence to catch bad USB statesBalint Seeber2015-08-035-10/+59
| * uhd: Added usb_error exception typeBalint Seeber2015-08-031-0/+5
| * b200: fixed initial loadingNicholas Corgan2015-07-311-3/+2
| * x300: nirio: Fix compiler warningsMoritz Fischer2015-07-311-1/+1
| * convert: Added converters for raw stringsMartin Braun2015-07-313-14/+76
* | uhd: Register API enhancementsAshish Chaudhari2015-08-061-4/+30
* | 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-041-0/+90
|/
* MSVC 2015 compatibilityNicholas Corgan2015-07-302-3/+3
* fixup! e300 + cmake merge conflict resolutionMartin Braun2015-07-291-2/+2
* 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-2914-1540/+319
* x300: Moved all tick set subscribers to same placeMartin Braun2015-07-291-10/+7
* cores: Moved subtree populate code to DSP cores (X3x0, E310)Martin Braun2015-07-298-89/+101
* cores: Moved subtree populate code to frontend coresMartin Braun2015-07-296-44/+62
* e300: Perif setup vs. prop tree separation refactoringMartin Braun2015-07-291-27/+44
* ad9361/b200/e300: Refactored AD936x + perifs managementMartin Braun2015-07-2911-270/+534
* e3xx: Make frame sizes configurable.Moritz Fischer2015-07-282-6/+20
* e300: Removed unused constant MAX_TICK_RATEMarcus Müller2015-07-271-1/+0
* x300: Updated FPGA->ADC Clock delays for all boardsAshish Chaudhari2015-07-241-2/+2
* Fixed minor warningsNicholas Corgan2015-07-242-3/+5
* b200: Change default tick rate to 16 MHzMartin Braun2015-07-241-1/+1
* x300: Removed radio_rst assertion codeAshish Chaudhari2015-07-233-3/+4
* Revert "x300: Changed ADC clock swing to 1.6V from 0.7V"Ashish Chaudhari2015-07-231-2/+2
* x300: Moved system-level ADC and DAC operationsAshish Chaudhari2015-07-233-386/+413
* x300: Increased the max image size for burnerAshish Chaudhari2015-07-231-1/+1
* x300: Updated CLK->DATA delay for ADCAshish Chaudhari2015-07-221-2/+2
* x300: Added a comprehensive radio reset sequenceAshish Chaudhari2015-07-224-32/+68