aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/dboard_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-37/+37
| | | | | | | | 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).
* dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-3/+3
| | | | | - A dboard_base class can have multiple frontends (subdevs) and the set_fe_connection needs to be able to distinguish between them
* dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-211-0/+6
|
* usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-20/+38
| | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface
* e100: Support command time access through dboard_iface.michael-west2015-04-031-4/+4
|
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-0/+12
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-4/+4
|
* e100: squashed host code for fifo control/timed commandsJosh Blum2012-07-161-1/+1
| | | | | | | | | 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
* e100/b100: moved gpio regs and compat readbackJosh Blum2011-11-031-61/+10
|
* e100: moved e100 into property tree, probes ok...Josh Blum2011-06-281-46/+55
|
* e100: removed usrp from directory prefixJosh Blum2011-06-171-0/+300