aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reworked the spi part of the dboard interface.Josh Blum2010-04-071-53/+0
| | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso.
* Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-7/+6
| | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs.
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-0/+54
prefixed them with dboard_ and mboard_. And yes, the code is compiling.