| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: sensors header fix to make swig happy | Josh Blum | 2011-02-25 | 1 | -3/+6 |
* | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 2 | -2/+2 |
* | Merge branch 'sensors' into dboard_serial | Josh Blum | 2011-02-22 | 8 | -70/+127 |
|\ |
|
| * | uhd: added to_<type> calls to sensors to make it easy | Josh Blum | 2011-02-11 | 2 | -12/+14 |
| * | usrp: implement sensors in all the dboards, deprecated read rssi and get lo l... | Josh Blum | 2011-02-11 | 2 | -5/+10 |
| * | usrp: added get sensors api to multi usrp for rx/tx subdevs and mboard | Josh Blum | 2011-02-11 | 1 | -0/+46 |
| * | usrp: added sensors props to mboard and subdev (removed stupid = 'char' thing) | Josh Blum | 2011-02-11 | 7 | -60/+64 |
* | | uhd: simplify dboard eeprom code by passing iface into load/store | Josh Blum | 2011-02-22 | 1 | -15/+13 |
* | | uhd: added 9 byte serial to dboard eeprom class | Josh Blum | 2011-02-22 | 2 | -17/+4 |
* | | uhd: replace header checks in cmake files with more robust compile checks for... | Josh Blum | 2011-02-21 | 1 | -1/+0 |
* | | uhd: tweaks for windows msvc compiler warnings and errors | Josh Blum | 2011-02-16 | 2 | -2/+2 |
* | | usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom ones | Josh Blum | 2011-02-15 | 1 | -30/+0 |
* | | uhd: fix typo in ref vector docs | Josh Blum | 2011-02-15 | 1 | -1/+1 |
* | | uhd: reusable buffers for libusb zero copy implementation | Josh Blum | 2011-02-15 | 1 | -2/+2 |
|/ |
|
* | uhd: third iteration of the reference vector | Josh Blum | 2011-02-11 | 1 | -8/+32 |
* | usrp: added mboard param to get time now and last pps | Josh Blum | 2011-02-11 | 1 | -2/+4 |
* | uhd: reference vector fix revealed when building w/ debug | Josh Blum | 2011-02-10 | 1 | -15/+7 |
* | uhd: use ref vector class for the conversion routines I/O | Josh Blum | 2011-02-10 | 1 | -4/+4 |
* | uhd: tweaks to bounded buffer | Josh Blum | 2011-02-10 | 2 | -4/+28 |
* | uhd: tweaks for windows warnings and errors | Josh Blum | 2011-02-09 | 1 | -4/+3 |
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 5 | -86/+80 |
* | uhd: replace asio buffer in make safe w/ memory and length, makes things simpler | Josh Blum | 2011-02-07 | 1 | -36/+27 |
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 2 | -39/+34 |
* | 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 |