aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/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
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-3/+15
| | | | | 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
|
* b100: squashed host code for fifo control/timed commandsJosh Blum2012-07-021-1/+1
| | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge.
* e100/b100: moved gpio regs and compat readbackJosh Blum2011-11-031-61/+10
|
* B100: unshadow dboard clock rates so you can set master freq after init and ↵Nick Foster2011-09-231-6/+8
| | | | still tune ok
* b100: got b100 into the properties tree like usrp2Josh Blum2011-06-291-25/+34
|
* b100: support for dual dspJosh Blum2011-06-161-1/+1
|
* b100: removed usrp prefix from filesJosh Blum2011-06-151-0/+298