| Commit message (Expand) | Author | Age | Files | Lines |
* | b100: new eeprom map for special 9 byte serial | Josh Blum | 2011-10-12 | 1 | -0/+1 |
* | usrp: added revision field to the dboard id class | Josh Blum | 2011-10-10 | 1 | -0/+3 |
* | usrp: add gps control to the API | Josh Blum | 2011-09-28 | 1 | -1/+1 |
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 3 | -11/+18 |
* | usb: added interface args to usb abstractions | Josh Blum | 2011-09-19 | 2 | -3/+8 |
* | uhd: added helpful UHD_VAR macro for debugging purposes | Josh Blum | 2011-07-22 | 1 | -0/+4 |
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 2 | -12/+27 |
* | usrp: update multi usrp header to use complete subdev specs | Josh Blum | 2011-07-22 | 1 | -3/+3 |
* | uhd: forward declare property tree in device so gnuradio swig cant complain | Josh Blum | 2011-07-20 | 1 | -2/+3 |
* | uhd: add get_tree call directly to the device | Josh Blum | 2011-07-20 | 1 | -0/+4 |
* | uhd: added tasks to simplify thread spawning use cases | Josh Blum | 2011-07-13 | 2 | -0/+54 |
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 2 | -6/+7 |
* | usrp: updated documentation for various changes (mimo mode, subdevice spec de... | Josh Blum | 2011-07-01 | 1 | -5/+0 |
* | uhd: misc tweaks and also msvc compile | Josh Blum | 2011-06-29 | 2 | -5/+14 |
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 11 | -549/+37 |
* | uhd: make sure things are initialized | Josh Blum | 2011-06-29 | 2 | -0/+7 |
* | uhd: properties tweaks and docs | Josh Blum | 2011-06-29 | 2 | -14/+31 |
* | uhd: loopback working on usrp2 | Josh Blum | 2011-06-29 | 1 | -6/+4 |
* | uhd: added properties unit tests, use shared ptr<void> in tree | Josh Blum | 2011-06-28 | 2 | -24/+7 |
* | uhd: work getting multi-usrp working | Josh Blum | 2011-06-28 | 1 | -3/+10 |
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 5 | -119/+153 |
* | usrp2: restored discovery and most of io_impl | Josh Blum | 2011-06-27 | 1 | -4/+3 |
* | usrp: populate a tree from a subdev | Josh Blum | 2011-06-27 | 3 | -1/+12 |
* | usrp2: work on setting up controllers | Josh Blum | 2011-06-27 | 2 | -1/+11 |
* | usrp: created cores for the rx and tx dsp | Josh Blum | 2011-06-26 | 1 | -1/+14 |
* | uhd: created uart iface to inherit from | Josh Blum | 2011-06-25 | 2 | -15/+23 |
* | uhd: forgot to commit properties file | Josh Blum | 2011-06-25 | 2 | -0/+78 |
* | uhd: created a property tree to store properties | Josh Blum | 2011-06-25 | 3 | -4/+9 |
* | uhd: work on templated property class | Josh Blum | 2011-06-25 | 2 | -0/+82 |
* | uhd: added dynamic throw and clone to exceptions | Josh Blum | 2011-06-24 | 1 | -0/+33 |
* | UHD: GPS work. | Nick Foster | 2011-06-17 | 1 | -7/+7 |
* | uhd: tweak for bounded buffer pop elem | Josh Blum | 2011-06-17 | 1 | -7/+7 |
* | uhd: added host to/from worknet conversion to byteswap header | Josh Blum | 2011-06-16 | 2 | -1/+23 |
* | b100: added b100 host (squashed) | Josh Blum | 2011-06-14 | 1 | -1/+20 |
* | UHD: added item32<->sc16 conversions in Orc | Nick Foster | 2011-06-14 | 1 | -1/+1 |
* | UHD: Fixed convert_test (scalars backwards), fixed Orc conversions (endiannes... | Nick Foster | 2011-06-14 | 1 | -1/+1 |
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -1/+1 |
* | uhd: made all bounded_buffer methods forced inline | Josh Blum | 2011-06-14 | 1 | -7/+7 |
* | uhd: tweaks to log and msg implementation | Josh Blum | 2011-06-01 | 2 | -2/+10 |
* | uhd: picked some minor changes from super packet handler | Josh Blum | 2011-05-20 | 1 | -0/+2 |
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 5 | -77/+3 |
* | uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ove... | Josh Blum | 2011-05-14 | 1 | -2/+29 |
* | uhd: work on logging and message facility initialization | Josh Blum | 2011-05-13 | 1 | -1/+1 |
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 3 | -16/+6 |
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 2 | -0/+2 |
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 6 | -8/+87 |
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -1/+2 |
* | uhd: tweaks for logger file entries | Josh Blum | 2011-05-04 | 1 | -8/+9 |
* | uhd: moved the logger into the utils subdir | Josh Blum | 2011-05-04 | 3 | -4/+8 |
* | uhd: added configurable default log level and thread safety | Josh Blum | 2011-05-04 | 1 | -2/+29 |