aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_dboard_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-16/+16
| | | | | | | | 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).
* Merging RFNoC support for X310Martin Braun2016-08-091-79/+14
|
* dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-3/+9
| | | | | - 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/+10
|
* x300: Added capability to write_spi to BOTH channels in dboard_ifaceAshish Chaudhari2016-02-181-6/+8
|
* usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-41/+52
| | | | | | | - 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
* X300: Change dboard clock rate to 50 MHzmichael-west2015-04-101-8/+20
|
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-1/+14
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* x300_dboard_iface: added UHD_UNUSED() macro to unused parameters in ↵Nicholas Corgan2014-08-291-1/+1
| | | | | | set_clock_enabled() * Removes GCC warning about unused parameters
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+333