Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | uhd: added tasks to simplify thread spawning use cases | Josh Blum | 2011-07-13 | 1 | -15/+5 |
| | |||||
* | e100: typo fix for calling ioctl on iface | Josh Blum | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | e100: use the USRP_E_READ_CTL32 ioctl for async msg read | Josh Blum | 2011-07-08 | 1 | -4/+4 |
| | |||||
* | usrp: added software scale factor adjustment | Josh Blum | 2011-07-08 | 1 | -0/+2 |
| | |||||
* | usrp: handle frontend swapping if the first subdev is QI or Q | Josh Blum | 2011-07-04 | 1 | -2/+4 |
| | |||||
* | usrp1: tweaks + implemented other features to mimic async and inline messages | Josh Blum | 2011-07-02 | 1 | -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: created common code to demux an rx stream (b100, e100) | Josh Blum | 2011-07-01 | 1 | -48/+8 |
| | |||||
* | usrp: added validate_subdev_spec to all io_impls | Josh Blum | 2011-07-01 | 1 | -4/+6 |
| | |||||
* | e100: added false alarm count + sleep for gpio irq (since its shared) | Josh Blum | 2011-06-28 | 1 | -2/+9 |
| | |||||
* | e100: moved e100 into property tree, probes ok... | Josh Blum | 2011-06-28 | 1 | -92/+125 |
| | |||||
* | e100: wrong gpio, its 147 for interrupt | Josh Blum | 2011-06-17 | 1 | -6/+5 |
| | |||||
* | e100: implemented spi, i2c, messages w/ peek/poke | Josh Blum | 2011-06-17 | 1 | -94/+124 |
| | | | | | | | | 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 prefix | Josh Blum | 2011-06-17 | 1 | -0/+297 |