| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 2 | -1/+58 |
* | Merge branch 'maint' | Josh Blum | 2013-08-06 | 1 | -1/+1 |
|\ |
|
| * | uhd: time spec fix from last commit | Josh Blum | 2013-08-06 | 1 | -1/+1 |
* | | Merge branch 'maint' | Josh Blum | 2013-07-31 | 1 | -7/+12 |
|\| |
|
| * | uhd: time spec rounding fixes | Josh Blum | 2013-07-31 | 1 | -7/+12 |
* | | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 1 | -4/+57 |
* | | uhd: added virtual destructors for several interface classes | Josh Blum | 2013-07-15 | 1 | -1/+16 |
|/ |
|
* | uhd: fixes for time_spec's to_ticks and from_ticks calls | Josh Blum | 2013-04-12 | 1 | -6/+8 |
* | uhd: make range_t a lightweight object | Josh Blum | 2012-07-04 | 1 | -15/+6 |
* | uhd: fixed some compile warnings for msvc | Josh Blum | 2012-02-28 | 1 | -1/+1 |
* | uhd: inline time spec accessors for minor improvement | Josh Blum | 2012-02-13 | 1 | -15/+10 |
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -5/+9 |
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -15/+14 |
* | uhd: branch-less round for time spec convert to ticks | Josh Blum | 2012-01-31 | 1 | -2/+1 |
* | usrp: deprecated clock config, added time/clock source calls | Josh Blum | 2011-11-03 | 2 | -45/+0 |
* | uhd: removed unsed interfaces, deprecated otw and io type | Josh Blum | 2011-11-03 | 1 | -47/+0 |
* | uhd: allow device addr (from string) to parse empty values | Josh Blum | 2011-11-03 | 1 | -8/+7 |
* | uhd: separate_device_addr, copy globals across entire address | Josh Blum | 2011-09-15 | 1 | -2/+14 |
* | uhd: also normalise the time spec when adding/subtracting (added unit test) | Josh Blum | 2011-08-30 | 1 | -4/+8 |
* | uhd: fix for dealing with negative wrapping in time_spec | Josh Blum | 2011-08-29 | 1 | -17/+18 |
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -7/+0 |
* | usrp: populate a tree from a subdev | Josh Blum | 2011-06-27 | 1 | -0/+7 |
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -3/+3 |
* | uhd: fixed typo in tune request/result inter_freq -> rf_freq | Josh Blum | 2011-05-01 | 1 | -9/+9 |
* | uhd: whoops, spi convenience functions have 32 bit data | Josh Blum | 2011-03-17 | 1 | -2/+2 |
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -2/+2 |
|\ |
|
| * | Fixes inverted logic in sensors bool interface | Jason Abele | 2011-03-03 | 1 | -2/+2 |
| * | Merge branch 'sensors' into dboard_serial | Josh Blum | 2011-02-22 | 1 | -2/+15 |
| |\ |
|
* | | | Merge branch 'mb_iface' into next | Josh Blum | 2011-03-03 | 1 | -0/+22 |
* | | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 3 | -7/+7 |
* | | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -2/+1 |
* | | | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -1/+50 |
* | | | Merge branch 'sensors' into usrp2_dual_dsp | Josh Blum | 2011-02-17 | 1 | -2/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | uhd: added to_<type> calls to sensors to make it easy | Josh Blum | 2011-02-11 | 1 | -2/+15 |
* | | uhd: use source properties to set flags and defs not globally, but only for t... | Josh Blum | 2011-02-17 | 2 | -13/+18 |
|/ |
|
* | uhd: tweak for io type size table code | Josh Blum | 2011-02-11 | 1 | -8/+7 |
* | uhd: misc speedups w/ look up tables | Josh Blum | 2011-02-10 | 1 | -7/+12 |
* | uhd: various performance tweaks | Josh Blum | 2011-02-04 | 1 | -5/+3 |
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -0/+1 |
* | uhd: simplify the mach time usage based on example from web | Josh Blum | 2011-01-31 | 1 | -6/+3 |
* | uhd: use time spec get_system_time to simplify soft time control | Josh Blum | 2011-01-30 | 1 | -1/+2 |
* | uhd: implemented high-res get time in time_spec_t | Josh Blum | 2011-01-30 | 2 | -0/+128 |
* | uhd: use internal() to default clock configs, dont use PPS_INT, theres no suc... | Josh Blum | 2011-01-11 | 1 | -2/+2 |
* | uhd: create sensor value from string | Josh Blum | 2011-01-07 | 1 | -0/+12 |
* | uhd: integrated boost split or tokenizer into source files, remove string spl... | Josh Blum | 2011-01-06 | 1 | -9/+5 |
* | uhd: fix copyright years on new files | Josh Blum | 2011-01-06 | 7 | -7/+7 |
* | uhd: split types into multiple files as it was getting unwieldy | Josh Blum | 2011-01-06 | 8 | -273/+397 |
* | uhd: created sensors value, made lib/types and moved files | Josh Blum | 2011-01-06 | 4 | -0/+616 |