aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types
Commit message (Expand)AuthorAgeFilesLines
* Added option for writes to specify a SPI speedDerek Kozel2016-04-081-1/+2
* lib: Made sensor_value_t copyableAshish Chaudhari2016-02-111-0/+15
* C API cleanup, feature additionsNicholas Corgan2015-08-122-19/+21
* C API: feature additions, bugfixesNicholas Corgan2015-08-072-0/+79
* uhd: C API wrapperNicholas Corgan2015-08-066-0/+835
* byte_vector: removed duplicate codeNicholas Corgan2015-06-181-13/+0
* Merge branch 'maint'Martin Braun2015-04-061-1/+1
|\
| * uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-1/+1
* | Consolidated byte_vector common code into single fileNicholas Corgan2015-03-272-1/+57
* | uhd: Introduced filter API.Julian Arnold2015-03-092-0/+75
* | uhd: Added sid_tMartin Braun2014-10-282-0/+154
|/
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-1/+1
* uhd: Added pp routines for error codes and rx metadataMartin Braun2014-04-102-0/+93
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-2/+5
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-042-1/+58
* Merge branch 'maint'Josh Blum2013-08-061-1/+1
|\
| * uhd: time spec fix from last commitJosh Blum2013-08-061-1/+1
* | Merge branch 'maint'Josh Blum2013-07-311-7/+12
|\|
| * uhd: time spec rounding fixesJosh Blum2013-07-311-7/+12
* | uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-4/+57
* | uhd: added virtual destructors for several interface classesJosh Blum2013-07-151-1/+16
|/
* uhd: fixes for time_spec's to_ticks and from_ticks callsJosh Blum2013-04-121-6/+8
* uhd: make range_t a lightweight objectJosh Blum2012-07-041-15/+6
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-1/+1
* uhd: inline time spec accessors for minor improvementJosh Blum2012-02-131-15/+10
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-5/+9
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-15/+14
* uhd: branch-less round for time spec convert to ticksJosh Blum2012-01-311-2/+1
* usrp: deprecated clock config, added time/clock source callsJosh Blum2011-11-032-45/+0
* uhd: removed unsed interfaces, deprecated otw and io typeJosh Blum2011-11-031-47/+0
* uhd: allow device addr (from string) to parse empty valuesJosh Blum2011-11-031-8/+7
* uhd: separate_device_addr, copy globals across entire addressJosh Blum2011-09-151-2/+14
* uhd: also normalise the time spec when adding/subtracting (added unit test)Josh Blum2011-08-301-4/+8
* uhd: fix for dealing with negative wrapping in time_specJosh Blum2011-08-291-17/+18
* uhd: re-work to make the properties easier to useJosh Blum2011-06-281-7/+0
* usrp: populate a tree from a subdevJosh Blum2011-06-271-0/+7
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-3/+3
* uhd: fixed typo in tune request/result inter_freq -> rf_freqJosh Blum2011-05-011-9/+9
* uhd: whoops, spi convenience functions have 32 bit dataJosh Blum2011-03-171-2/+2
* Merge branch 'master' into nextJosh Blum2011-03-031-2/+2
|\
| * Fixes inverted logic in sensors bool interfaceJason Abele2011-03-031-2/+2
| * Merge branch 'sensors' into dboard_serialJosh Blum2011-02-221-2/+15
| |\
* | | Merge branch 'mb_iface' into nextJosh Blum2011-03-031-0/+22
* | | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-243-7/+7
* | | uhd: renamed the assert header to assert hasJosh Blum2011-02-241-2/+1
* | | uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
* | | uhd: moved indexed device addr routines into apiJosh Blum2011-02-211-1/+50
* | | Merge branch 'sensors' into usrp2_dual_dspJosh Blum2011-02-171-2/+15
|\ \ \ | |/ / |/| / | |/
| * uhd: added to_<type> calls to sensors to make it easyJosh Blum2011-02-111-2/+15
* | uhd: use source properties to set flags and defs not globally, but only for t...Josh Blum2011-02-172-13/+18
|/