aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/e100_regs.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-1/+1
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* e100: squashed host code for fifo control/timed commandsJosh Blum2012-07-161-101/+29
| | | | | | | | | 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
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-4/+4
|
* b100/e100: unify rx/tx fifo clears into oneJosh Blum2012-02-041-4/+2
|
* dsp rework: work on usb wrapper for smaller packets, large lutsJosh Blum2012-02-021-1/+16
|
* gen2: added user setting regs api and user coreJosh Blum2012-01-311-0/+1
|
* e100/b100: moved gpio regs and compat readbackJosh Blum2011-11-031-38/+4
|
* usrp: removed register defs in regs.hpp that were covered by coresJosh Blum2011-07-021-137/+0
|
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-5/+57
| | | | | | | | 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/+242