Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -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 Braun | 2016-11-08 | 1 | -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 X310 | Martin Braun | 2016-08-09 | 1 | -79/+14 |
| | |||||
* | dboard_iface: Added FE name input to set_fe_connection | Ashish Chaudhari | 2016-05-16 | 1 | -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 settings | Ashish Chaudhari | 2016-03-21 | 1 | -0/+10 |
| | |||||
* | x300: Added capability to write_spi to BOTH channels in dboard_iface | Ashish Chaudhari | 2016-02-18 | 1 | -6/+8 |
| | |||||
* | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -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 MHz | michael-west | 2015-04-10 | 1 | -8/+20 |
| | |||||
* | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 1 | -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 Corgan | 2014-08-29 | 1 | -1/+1 |
| | | | | | | set_clock_enabled() * Removes GCC warning about unused parameters | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+333 |