summaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-04-012-3/+2
|\ | | | | | | | | Conflicts: host/include/uhd/usrp/CMakeLists.txt
| * moved props into usrp and multiple hpp filesJosh Blum2010-04-012-3/+2
| |
* | compiling with master merge, renamed usrp1e to usrp_eJosh Blum2010-03-302-2/+50
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-301-0/+3
|/ | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp host/lib/usrp/usrp2/usrp2_impl.cpp
* use find to discover devicesJosh Blum2010-03-302-8/+8
|
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-6/+11
|
* refactored types.hpp into types directoryJosh Blum2010-03-271-1/+1
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-272-2/+4
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all
* made python app to generate vrt jump tables, seems to run faster...Josh Blum2010-03-261-0/+16
|
* mess with that usrp2 io loop unroll, also py app gets installed executableJosh Blum2010-03-241-1/+1
|
* Reorganized apps dir into utils and examples dir.Josh Blum2010-03-234-0/+232
The files get installed into the pkg data directory.