aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/fpgpio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* e300/x300: gpio: Cleaned up example.Moritz Fischer2014-10-071-33/+76
| | | | | | | | | | | | | | | | | | | | * Now accounting for different width of GPIO banks. - for x3x0 use --bits=11 (default) - for e3x0 use --bits=6 * Replaced defines with static const variables. * Lowered default rates from 1Ms/s to 500Ks/s * Added parameter --gpio to allow selecting GPIO bank. - for x3x0 use --gpio="FP0" (default) - for e3x0 use --gpio="INT0" * Renamed e3x0's gpio bank to "INT0" in property tree, as they're not exposed to the outside. Signed-off-by: Moritz Fischer <moritz@ettus.com>
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-15/+16
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+374