aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* e100: removed usrp from directory prefixJosh Blum2011-06-171-227/+0
|
* e100: dual dsp support (compiles, not tested)Josh Blum2011-06-151-7/+15
|
* Merge branch 'usrp_e100_aux_spi' into frontend_workJosh Blum2011-06-151-31/+33
|\
| * usrp-e100: bring up the clock as the first thingJosh Blum2011-06-061-51/+33
| | | | | | | | | | | | | | | | | | | | | | 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: added check for wishbone readback and clock recoveryJosh Blum2011-06-061-12/+32
| |
* | b100: added b100 host (squashed)Josh Blum2011-06-141-1/+1
| |
* | usrp_e100: init the subdev specs before calling io_initJosh Blum2011-06-141-3/+4
|/
* usrp-e100: use misc test32 register to store fpga hashJosh Blum2011-05-101-36/+34
|
* usrp-e100: created device address arg for master clock rate, removed eeprom hackJosh Blum2011-05-121-1/+2
|
* usrp1: overload read_eeprom to handle multi-byte readsJosh Blum2011-05-051-1/+0
|
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-0/+1
|
* usrp-e100: removed stdio prints from implementationJosh Blum2011-05-041-3/+3
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-11/+8
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* usrp_e100: added recv/send_frame_size xport argsJosh Blum2011-04-161-2/+10
|
* usrp-e100: added module compat num check, made fpga compat constant more obviousJosh Blum2011-03-111-4/+4
|
* Merge branch 'boost_fs_string' into nextJosh Blum2011-03-171-1/+1
|\
| * uhd: replace file_string() with string() for deprecation reasonsJosh Blum2011-03-151-1/+1
| | | | | | | | | | | | | | | | | | Patch from moritz.fischer@student.kit.edu [1] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated.html [2] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm Boost 1.36 appears to have string(), so this should be safe to use.
* | 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 : Add sleep after loading module.Philip Balister2010-11-171-0/+1
| | | | | After loading the module, we need to wait until /dev/usrp_e0 is available before proceeding.
* usrp_e : Add missing header file.Philip Balister2010-11-111-0/+1
|
* usrp-e100: add serial and name checks to the usrp-e100 discovery routineJosh Blum2010-11-111-9/+18
|
* fixed string constants find and replace typoJosh Blum2010-11-101-2/+2
|
* usrp-e100: moved kernel header to lib dir, remove the header check, default ↵Josh Blum2010-11-091-1/+1
| | | | enable to false
* usrp-e100: renamed files and classes in usrp-e100 to e100 nameJosh Blum2010-11-091-0/+201