aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1e
Commit message (Collapse)AuthorAgeFilesLines
* bit of io workJosh Blum2010-03-222-16/+35
|
* filled in more skeleton code, filled in dboard interface spi and i2c with ↵Josh Blum2010-03-226-37/+171
| | | | ioctls, added file descriptor opening, and checking for usrp1 kernel header
* added usrp1e implementation skeleton, began filling it in...Josh Blum2010-03-186-0/+446
|
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-151-4/+7
|\ | | | | | | | | | | Conflicts: host/apps/CMakeLists.txt host/lib/usrp/usrp2/usrp2_impl.cpp
* | made app to load usrp1e fpga images, and tested it to be workingJosh Blum2010-02-261-3/+3
| |
* | added usrp1e fpga loaderJosh Blum2010-02-252-0/+266
| |
* | added usrp1e conditional compilation, and checking of device node (aka file ↵Josh Blum2010-02-252-0/+92
|/ | | | for now)
* Created empty usrp1e cpp file for the case when headers are not found.Josh Blum2010-02-251-0/+34
Worked on the device make and discovery to fix certain problems. Added node param to discover usrps for usrp1e, made addr optional.