aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/gen_vrt.py
Commit message (Collapse)AuthorAgeFilesLines
* uhd: forgot burst flags, tweaks to vrt info -> metadataJosh Blum2010-07-051-1/+2
|
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵Josh Blum2010-07-051-58/+59
| | | | needs testing
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-241-4/+6
| | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second.
* uhd: created benchmark rx example appJosh Blum2010-06-241-7/+6
| | | | Made mods to time spec to support math operators.
* Merge branch 'wip' into workJosh Blum2010-06-081-1/+2
|\
| * Created a common usrp dsp utils to handle register word calculations.Josh Blum2010-06-071-1/+2
| | | | | | | | (also switched to boost endian define to avoid c compiler check)
* | fix to ensure 32 bit swap is called on a 64 bit machineJosh Blum2010-06-081-6/+5
|/
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵Josh Blum2010-06-071-27/+47
| | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument.
* mac os x card burner support and documentation notesJosh Blum2010-05-211-1/+1
|
* added reg map for ad9862Josh Blum2010-04-291-4/+0
|
* Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-121-8/+16
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * added python+cheetah build requirement, generating vrt.cppJosh Blum2010-04-091-1/+2
| |
| * converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-4/+6
|/
* made python app to generate vrt jump tables, seems to run faster...Josh Blum2010-03-261-0/+206