Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi working, talked to ad9522 | Josh Blum | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-02 | 2 | -6/+4 |
|\ | |||||
| * | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 2 | -6/+4 |
| | | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-29 | 1 | -1/+1 |
|\| | |||||
| * | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-28 | 3 | -12/+111 |
|\| | |||||
| * | added dboard id burner app | Josh Blum | 2010-04-24 | 2 | -0/+109 |
| | | |||||
| * | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -12/+2 |
| | | | | | | | | | | Using the args string for the find devices app. Added documentation to simple usrp. | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-04-01 | 2 | -3/+2 |
|\| | | | | | | | | | Conflicts: host/include/uhd/usrp/CMakeLists.txt | ||||
| * | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 2 | -3/+2 |
| | | |||||
* | | compiling with master merge, renamed usrp1e to usrp_e | Josh Blum | 2010-03-30 | 2 | -2/+50 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-03-30 | 1 | -0/+3 |
|/ | | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
* | use find to discover devices | Josh Blum | 2010-03-30 | 2 | -8/+8 |
| | |||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -6/+11 |
| | |||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 2 | -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 Blum | 2010-03-26 | 1 | -0/+16 |
| | |||||
* | mess with that usrp2 io loop unroll, also py app gets installed executable | Josh Blum | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 4 | -0/+232 |
The files get installed into the pkg data directory. |