aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/e100_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* e100: Support command time access through dboard_iface.michael-west2015-04-031-2/+2
|
* Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-021-1/+2
| | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-7/+0
|
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-041-1/+1
|
* e100: squashed host code for fifo control/timed commandsJosh Blum2012-07-161-12/+10
| | | | | | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge. Conflicts: host/lib/usrp/e100/io_impl.cpp
* usrp: mboard eeprom map use string as keyJosh Blum2012-05-141-0/+1
|
* b100/e100: bumped compat number to 10 after fpga mergeJosh Blum2012-04-251-1/+1
|
* dsp rework: work on usb wrapper for smaller packets, large lutsJosh Blum2012-02-021-1/+1
|
* gen2: added user setting regs api and user coreJosh Blum2012-01-311-0/+2
|
* dsp rework: implemented new scalefactor in rx dsp coreJosh Blum2012-01-311-1/+1
|
* e100: added self-cal support with minor speedupsJosh Blum2011-11-161-0/+2
|
* e100/b100: moved gpio regs and compat readbackJosh Blum2011-11-031-1/+2
|
* e100: performed streamer API update to e100 implJosh Blum2011-11-031-9/+9
|
* e100: gps uart deal with cr and nlJosh Blum2011-09-281-1/+1
|
* e100: added support for internal gpsdoJosh Blum2011-09-281-0/+3
|
* e100: added ref locked sensor for clock referenceJosh Blum2011-09-281-0/+2
|
* usrp: remove wax::obj entry point (not used)Josh Blum2011-09-081-3/+0
|
* e100: use model string to determine FPGA image to support E110Josh Blum2011-09-011-1/+0
|
* e100: changed compat numbers, and tweaksJosh Blum2011-08-311-2/+4
|
* e100: changes to support bus workJosh Blum2011-08-311-1/+1
|
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-201-0/+3
| | | | | | Does away with the need for wax cast to get the tree. You can still do this but it will eventually be removed. There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree.
* usrp: added clipping to link max rate when setting sample rateJosh Blum2011-07-041-0/+1
|
* usrp: renamed ref_source to clock_source (terminology)Josh Blum2011-07-021-1/+1
|
* e100: moved e100 into property tree, probes ok...Josh Blum2011-06-281-112/+56
|
* e100: consistent name for e100 fpga files in host code and images buildJosh Blum2011-06-211-1/+1
|
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-1/+2
| | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued.
* e100: removed usrp from directory prefixJosh Blum2011-06-171-0/+183