| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | udp: simplfy zero copy asio overhead with less shared_from_this, and timed wa... | Josh Blum | 2011-02-05 | 2 | -2/+18 |
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -0/+2 |
* | Merge branch 'multi_usrp_only' into convert_fc64 | Josh Blum | 2011-02-03 | 4 | -480/+105 |
|\ |
|
| * | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -1/+5 |
| * | usrp: added set and get master clock rates to usrp API | Josh Blum | 2011-01-31 | 2 | -0/+21 |
| * | uhd: remove single usrp (leave a typedef), multi-usrp is a superset now | Josh Blum | 2011-01-27 | 2 | -479/+79 |
* | | uhd: implemented high-res get time in time_spec_t | Josh Blum | 2011-01-30 | 1 | -0/+7 |
|/ |
|
* | uhd: added missing API export for special props | Josh Blum | 2011-01-26 | 1 | -1/+1 |
* | Merge branch 'iface_swig' | Josh Blum | 2011-01-26 | 1 | -21/+22 |
|\ |
|
| * | usrp: rename special_props to have a unique prefix, and typedef it in dboard ... | Josh Blum | 2011-01-26 | 1 | -1/+2 |
| * | Added first pass a swigging dboard iface | Jason Abele | 2011-01-25 | 1 | -21/+21 |
* | | uhd: use boost typedef for scoped_lock | Josh Blum | 2011-01-26 | 1 | -6/+7 |
|/ |
|
* | next: generalized the GPS interface to any USRP device. just give it a functi... | Nick Foster | 2011-01-17 | 2 | -0/+57 |
* | uhd: make static block safe with a try,catch,print | Josh Blum | 2011-01-14 | 1 | -3/+12 |
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 5 | -5/+5 |
* | uhd: changed convert routines to return the function pointer | Josh Blum | 2011-01-12 | 1 | -20/+14 |
* | uhd: replace all the instances of float not pertaining to io types with doubl... | Josh Blum | 2011-01-11 | 6 | -33/+28 |
* | uhd: create sensor value from string | Josh Blum | 2011-01-07 | 1 | -1/+14 |
* | uhd: integrated boost split or tokenizer into source files, remove string spl... | Josh Blum | 2011-01-06 | 1 | -23/+6 |
* | uhd: fix copyright years on new files | Josh Blum | 2011-01-06 | 1 | -1/+1 |
* | uhd: created sensors value, made lib/types and moved files | Josh Blum | 2011-01-06 | 3 | -1/+119 |
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 10 | -10/+10 |
* | uhd: added convenience factory functions for clock config (external/internal) | Josh Blum | 2011-01-05 | 1 | -1/+6 |
* | usrp: fix multi_usrp address documentation | Josh Blum | 2011-01-05 | 1 | -1/+2 |
* | uhd: added get and set methods to dictionary to make swigging it easier | Josh Blum | 2011-01-05 | 2 | -4/+31 |
* | uhd: replaced templated ranges with one range thing using doubles only to avo... | Josh Blum | 2011-01-05 | 5 | -226/+25 |
* | uhd: removed convert types, replaced by convert | Josh Blum | 2011-01-04 | 3 | -141/+0 |
* | Merge branch 'convert' into next | Josh Blum | 2011-01-04 | 2 | -1/+98 |
|\ |
|
| * | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 2 | -1/+98 |
* | | Merge branch 'buffer_pool' into next | Josh Blum | 2011-01-04 | 7 | -68/+108 |
|\ \ |
|
| * | | uhd: created buffer pool to allocate aligned memory, and implemented in trans... | Josh Blum | 2011-01-03 | 3 | -3/+63 |
| * | | uhd: try to neaten up the attribute macros in config.hpp | Josh Blum | 2011-01-02 | 1 | -55/+31 |
| * | | fu_ranges: dict's keys()/vals() now return non-const to make BOOST_FOREACH ha... | Nick Foster | 2011-01-02 | 2 | -4/+4 |
| * | | uhd: potential fix for explicit template + llvm | Josh Blum | 2011-01-02 | 1 | -6/+10 |
| |/ |
|
| * | usrp: xcvr dboards should also register their default subdev name as 0 | Josh Blum | 2010-12-31 | 1 | -1/+1 |
* | | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 3 | -8/+19 |
|\ \ |
|
| * | | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 3 | -8/+19 |
| |/ |
|
* | | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 4 | -223/+5 |
|\ \ |
|
| * | | usrp2: removed alignment buffer and implemented event based recv + alignment,... | Josh Blum | 2010-12-16 | 4 | -223/+5 |
| |/ |
|
* / | usrp-n: configure clocking over the serdes cable | Josh Blum | 2010-12-11 | 1 | -2/+0 |
|/ |
|
* | uhd: added template macro to ddl import as well (macos) | Josh Blum | 2010-12-03 | 1 | -1/+1 |
* | uhd: tweaking the explicit instantiation stuff, just aesthetic | Josh Blum | 2010-12-01 | 3 | -10/+11 |
* | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 1 | -9/+67 |
* | Merge branch 'usrp_e100' into next | Josh Blum | 2010-11-23 | 2 | -3/+3 |
|\ |
|
| * | usrp-e100: implemented wrapper for i2c device node + ioctls, implemented e100... | Josh Blum | 2010-11-10 | 1 | -1/+2 |
| * | Merge branch 'master' into usrp_e100_i2c | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| |\ |
|
| * | | usrp-e100: moved kernel header to lib dir, remove the header check, default e... | Josh Blum | 2010-11-09 | 1 | -91/+0 |
| * | | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-11-09 | 5 | -2/+84 |
| |\ \ |
|
| * \ \ | Merge branch 'next' into usrp_e_next | Josh Blum | 2010-10-27 | 2 | -3/+16 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'next' into usrp_e | Josh Blum | 2010-10-27 | 14 | -241/+529 |
| |\ \ \ \ |
|