Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 2 | -9/+52 |
| | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | Merge branch 'maint' | Nicholas Corgan | 2013-05-10 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: host/tests/CMakeLists.txt | ||||
| * | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration | ||||
* | | Merge branch 'maint' | Josh Blum | 2013-04-24 | 1 | -0/+1 |
|\| | |||||
| * | uhd: added missing include iomanip | Josh Blum | 2013-04-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-04-12 | 1 | -0/+18 |
|\| | | | | | | | | | Conflicts: host/tests/time_spec_test.cpp | ||||
| * | uhd: fixes for time_spec's to_ticks and from_ticks calls | Josh Blum | 2013-04-12 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | The fixes address rouding issues when the tick_rate is a non-integer. Conflicts: host/tests/time_spec_test.cpp | ||||
* | | uhd: added time spec unit test for large tick counts | Josh Blum | 2013-02-07 | 1 | -0/+11 |
| | | |||||
* | | uhd: unit tests generate script w/ env paths | Josh Blum | 2012-10-29 | 1 | -1/+9 |
| | | |||||
* | | uhd: removed installation of unit test files | Josh Blum | 2012-10-29 | 1 | -2/+1 |
|/ | |||||
* | convert: added prio param to get converter | Josh Blum | 2012-04-27 | 1 | -7/+21 |
| | | | | We can now test generic conversion implementations against SIMD (for example) | ||||
* | uhd: squashed transport work | Josh Blum | 2012-04-23 | 2 | -21/+10 |
| | |||||
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | uhd: added sse2 conversions for fc64 to sc8 | Josh Blum | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | uhd: better quantization check for convert test | Josh Blum | 2012-02-08 | 1 | -4/+5 |
| | |||||
* | uhd: added sc8 conversion tests | Josh Blum | 2012-02-07 | 1 | -7/+67 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 3 | -20/+16 |
| | |||||
* | uhd: patch to support PKG_LIB_DIR per debian fs standards | Josh Blum | 2012-01-13 | 1 | -1/+1 |
| | | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed | ||||
* | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -6/+18 |
| | |||||
* | usrp: fix rate calculation logic | Josh Blum | 2011-11-03 | 1 | -0/+13 |
| | |||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 3 | -40/+40 |
| | | | | | | | | removed convert args added simd level got orc and neon updated | ||||
* | uhd: added one packet mode to rx streamer | Josh Blum | 2011-11-03 | 1 | -17/+16 |
| | |||||
* | uhd: restored super packet handler functionality | Josh Blum | 2011-11-03 | 3 | -120/+94 |
| | |||||
* | convert: restored unit test functionality | Josh Blum | 2011-11-03 | 2 | -72/+80 |
| | |||||
* | uhd: moved wax API into deprecated files | Josh Blum | 2011-11-03 | 2 | -105/+0 |
| | |||||
* | uhd: allow device addr (from string) to parse empty values | Josh Blum | 2011-11-03 | 1 | -1/+2 |
| | |||||
* | uhd: also normalise the time spec when adding/subtracting (added unit test) | Josh Blum | 2011-08-30 | 1 | -0/+11 |
| | |||||
* | uhd: fix for dealing with negative wrapping in time_spec | Josh Blum | 2011-08-29 | 1 | -3/+11 |
| | |||||
* | uhd: added helpful UHD_VAR macro for debugging purposes | Josh Blum | 2011-07-22 | 1 | -0/+3 |
| | |||||
* | uhd: added unit test for properties subtree | Josh Blum | 2011-07-08 | 1 | -0/+16 |
| | |||||
* | uhd: added inline message testing to the messages example | Josh Blum | 2011-07-03 | 1 | -2/+1 |
| | | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well. | ||||
* | uhd: misc tweaks and also msvc compile | Josh Blum | 2011-06-29 | 1 | -0/+7 |
| | |||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 2 | -252/+0 |
| | |||||
* | uhd: properties tweaks and docs | Josh Blum | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | uhd: added properties unit tests, use shared ptr<void> in tree | Josh Blum | 2011-06-28 | 1 | -18/+68 |
| | |||||
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -20/+22 |
| | |||||
* | uhd: change for default prop create() | Josh Blum | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | uhd: created a property tree to store properties | Josh Blum | 2011-06-25 | 1 | -0/+25 |
| | |||||
* | uhd: work on templated property class | Josh Blum | 2011-06-25 | 2 | -0/+76 |
| | |||||
* | uhd: print the exception so e gets used (avoid MSVC warning) | Josh Blum | 2011-06-24 | 1 | -0/+3 |
| | |||||
* | uhd: added dynamic throw and clone to exceptions | Josh Blum | 2011-06-24 | 1 | -2/+33 |
| | |||||
* | sph: added unit test for overflow handler | Josh Blum | 2011-06-16 | 1 | -0/+18 |
| | |||||
* | uhd: supper packet handler support squashed | Josh Blum | 2011-06-14 | 3 | -0/+921 |
| | |||||
* | UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵ | Nick Foster | 2011-06-14 | 1 | -5/+5 |
| | | | | (endianness backwards). | ||||
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -6/+6 |
| | |||||
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 1 | -2/+0 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 2 | -5/+15 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: fixed typo in tune request/result inter_freq -> rf_freq | Josh Blum | 2011-05-01 | 1 | -6/+6 |
| | | | | | | | | For some reason, the code said intermediate frequency, however, it was used and treated as RF frequency. It was always intended to be the RF frequency, but was misnamed due to a cognitive distortion. | ||||
* | uhd: a few minor changes to get uhd building under mingw or cygwin | Josh Blum | 2011-04-04 | 1 | -2/+4 |
| | |||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 9 | -9/+9 |
| |