aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* stream: Document thread-non-safety of recv()Martin Braun2016-09-231-0/+4
* soft_regs: Fixed 32-bit issueKevin Gilbert kegilbert2016-09-091-1/+1
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-021-7/+6
|\
| * GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-8/+7
* | cmake: Remove device3.hpp header if not using RFNoCMartin Braun2016-08-171-1/+8
* | doxygen: Cleared up some warningsMartin Braun2016-08-123-2/+15
* | doxygen: Removed warning on dboard_ifaceMartin Braun2016-08-121-1/+1
* | cmake: Auto-generate ABI string and clarify comment on UHD_VERSION macroMartin Braun2016-08-121-4/+4
* | Updated repository for 3.10.0.0 ReleaseMartin Braun2016-08-111-1/+1
* | multi_usrp: Removed RFNoC-specific API callMartin Braun2016-08-101-15/+0
* | Merging RFNoC support for X310Martin Braun2016-08-0946-3/+4117
* | uhd: Added syntax error exception typeMartin Braun2016-08-091-0/+7
* | dboard manager: Allow deferring dboard initializationDerek Kozel2016-08-091-1/+8
* | Improve LO APIs for daughterboards without configurable LOsDerek Kozel2016-08-091-0/+8
* | Add sleep function to dboard_ifaceKevin Gilbert2016-08-051-0/+6
* | update support for clang to include UHD_FORCE_INLINEMichael Dickens2016-08-011-0/+1
* | usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-013-1/+5
* | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...Michael Dickens2016-08-012-5/+5
* | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-011-1/+1
* | usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer...Michael Dickens2016-08-011-7/+7
* | add specific configuration support for clangMichael Dickens2016-08-012-0/+14
* | Merge branch 'maint'Martin Braun2016-08-011-1/+3
|\|
| * Octoclock: Fix firmware version compatibilitymichael-west2016-06-271-1/+3
* | cmake: Fix compatibility with new versioning schemeNicolas Cuervo2016-08-011-1/+1
* | uhd: minor prop tree formattingMartin Braun2016-07-291-1/+3
* | usrp3: Added SW muxer/demuxer for the zero_copy interfaceAshish Chaudhari2016-07-291-0/+72
* | C API: wrapped multi_usrp functions for interacting with LO'sNicholas Corgan2016-07-192-2/+79
* | multi_usrp: Added LO control APIDerek Kozel2016-07-191-0/+80
* | Changing UHD's versioning systemNicholas Corgan2016-06-141-2/+3
* | Merge branch 'maint'Martin Braun2016-06-142-6/+6
|\|
| * config: better platform detectionNicholas Corgan2016-06-142-6/+6
* | dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-2/+7
* | remove unnecessary 'explicit' from soft_register constructorsBrooks Prumo2016-05-131-2/+2
* | Merge branch 'maint'Martin Braun2016-04-221-1/+1
|\|
| * math: Fixed floating point comparison for custom deltaMartin Braun2016-04-221-1/+1
* | transport optimize: Added a thread transport offload to share the workloadPaul David2016-04-181-0/+50
* | Added option for writes to specify a SPI speedDerek Kozel2016-04-081-1/+7
* | Merge branch 'maint'Martin Braun2016-04-0717-28/+28
|\|
| * Fixed spelling errors, mostly in documentationDerek Kozel2016-04-0617-28/+28
* | dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-211-0/+9
* | usrp: Added fe_connection type and unit testAshish Chaudhari2016-03-212-0/+128
* | Updated code to work for new minimum dependenciesNicholas Corgan2016-03-213-61/+3
* | Merge branch 'maint'Martin Braun2016-03-112-0/+2
|\|
| * Added <cstddef> includes to support more platformsMartin Braun2016-03-082-0/+2
| * docs: Remove some doxygen warnings by minor refactoringsMartin Braun2015-11-052-6/+10
* | dboards: Added APIs to get RX and TX frontend namesAshish Chaudhari2016-02-261-0/+14
* | dboards: Added ability to register a per-dboard container classAshish Chaudhari2016-02-262-12/+25
* | dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-0/+4
* | usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-38/+20
* | dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-161-0/+34