aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100
Commit message (Collapse)AuthorAgeFilesLines
...
* uhd: renamed convert markup to formatJosh Blum2011-11-031-6/+4
| | | | | | | | removed convert args added simd level got orc and neon updated
* e100: performed streamer API update to e100 implJosh Blum2011-11-033-116/+161
|
* b100/e100: additional constraints for clock rate configurationJosh Blum2011-10-181-0/+3
|
* e100: codec control register fix for txJosh Blum2011-10-061-1/+1
|
* e100: tweak for codec params for slight improvementJosh Blum2011-09-281-4/+12
|
* e100: gps talking -> termios magic fooJosh Blum2011-09-281-9/+7
|
* e100: gps uart deal with cr and nlJosh Blum2011-09-282-10/+5
|
* e100: added support for internal gpsdoJosh Blum2011-09-284-0/+107
|
* e100: added ref locked sensor for clock referenceJosh Blum2011-09-284-2/+22
|
* e100: added support for r4 differential clockingJosh Blum2011-09-283-13/+36
|
* usrp: remove wax::obj entry point (not used)Josh Blum2011-09-081-3/+0
|
* e100: fix FPGA filename lookup, and use model string for nameJosh Blum2011-09-031-2/+2
|
* e100: use model string to determine FPGA image to support E110Josh Blum2011-09-012-4/+14
|
* e100: changed compat numbers, and tweaksJosh Blum2011-08-313-5/+7
|
* e100: changes to support bus workJosh Blum2011-08-311-1/+1
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-222-6/+6
|
* 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.
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-131-15/+5
|
* e100 : Adapt kernel header to work in user space.Philip Balister2011-07-081-4/+5
|
* e100: typo fix for calling ioctl on ifaceJosh Blum2011-07-081-1/+1
|
* e100: use the USRP_E_READ_CTL32 ioctl for async msg readJosh Blum2011-07-081-4/+4
|
* Update usrp_e kernel header file copies.Philip Balister2011-07-081-37/+5
| | | | This drops spi and i2c support in the kernel driver.
* usrp: added software scale factor adjustmentJosh Blum2011-07-081-0/+2
|
* uhd: added subtree capability to property treeJosh Blum2011-07-081-2/+2
|
* usrp: added clipping to link max rate when setting sample rateJosh Blum2011-07-042-0/+3
|
* usrp: handle frontend swapping if the first subdev is QI or QJosh Blum2011-07-041-2/+4
|
* usrp: removed register defs in regs.hpp that were covered by coresJosh Blum2011-07-021-137/+0
|
* usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-021-0/+5
| | | | | | | Moved the underflow/overflow polling into a thread and out of the fast-path. Added an inline and async message queue into soft time control. Error and status messages are actually generated now and enqueued. Passes the async message test...
* usrp: renamed ref_source to clock_source (terminology)Josh Blum2011-07-022-7/+7
|
* usrp: renamed sma source option to externalJosh Blum2011-07-011-2/+2
|
* usrp: created common code to demux an rx stream (b100, e100)Josh Blum2011-07-011-48/+8
|
* usrp: added validate_subdev_spec to all io_implsJosh Blum2011-07-011-4/+6
|
* e100: added false alarm count + sleep for gpio irq (since its shared)Josh Blum2011-06-281-2/+9
|
* e100: removed unused files from e100 build dirJosh Blum2011-06-286-1321/+0
|
* e100: moved e100 into property tree, probes ok...Josh Blum2011-06-2812-371/+837
|
* e100: consistent name for e100 fpga files in host code and images buildJosh Blum2011-06-211-1/+1
|
* e100: tweak which I don't understandJosh Blum2011-06-171-1/+1
|
* e100: wrong gpio, its 147 for interruptJosh Blum2011-06-171-6/+5
|
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-175-146/+273
| | | | | | | | 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: clean up gpio wrapper stuff, fix order of setup in make()Josh Blum2011-06-152-80/+68
|
* e100: removed usrp from directory prefixJosh Blum2011-06-1719-0/+4225