aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* e100: removed usrp from directory prefixJosh Blum2011-06-171-393/+0
|
* usrp-e100: bring up the clock as the first thingJosh Blum2011-06-061-14/+24
| | | | | | | | | | | We init the clock as the app wants it as the first thing we do. This greatly simplifies logic, no need to conditionally init. Clock config: perform soft reset, and removed ignore sync work Added open/close to iface so we can open and close w/o re-making. Other misc tweaks involving prints, etc...
* usrp-e100: work on aux spiJosh Blum2011-06-051-3/+100
|
* usrp-e100: added module compat num check, made fpga compat constant more obviousJosh Blum2011-03-111-1/+10
|
* usrp_e : Remove commented out FPGA reset code.Philip Balister2011-03-141-3/+0
| | | | | | The reset is done in the device driver open. Reseting from uhd is bad because the driver has to re-initialize the spi and i2c controllers after resetting the fpga.
* uhd: removed mb_eeprom from mboard iface (already exposed in property)Josh Blum2011-03-031-2/+2
| | | | also fixed some warnings with unused parameters
* Generalized mboard_iface and added a SPI convenience class a la I2CNick Foster2011-03-031-2/+2
|
* Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ↵Nick Foster2011-03-011-0/+8
| | | | devices inherit from it.
* usrp-e100: disable the global reset for nowJosh Blum2011-03-011-1/+1
|
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-3/+3
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp-e100: changes for global reset and non-zero sids on rxJosh Blum2011-01-221-1/+5
|
* usrp e100 : Add i2c header back.Philip Balister2010-11-171-0/+1
|
* usrp_eXXX: Only include i2c-dev.h due to struct definition conflicts.Philip Balister2010-11-111-1/+0
|
* usrp-e100: implemented wrapper for i2c device node + ioctls, implemented ↵Josh Blum2010-11-101-4/+78
| | | | e100 eeprom map
* usrp-e100: renamed files and classes in usrp-e100 to e100 nameJosh Blum2010-11-091-0/+194