Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | rfnoc: Added TX LO APIs to radio_ctrl | Martin Braun | 2017-12-06 | 1 | -1/+70 |
| | | | | | | | Also added stubs in the default impl. Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | ||||
* | rfnoc: Fixed radio compiler warnings | Martin Braun | 2017-06-27 | 1 | -5/+5 |
| | |||||
* | rfnoc radio: Made GPIO functions not pure virtual | Martin Braun | 2017-05-26 | 1 | -0/+19 |
| | | | | | Default implementations simply throw an exception. Makes it easier to write new radio controls that do not implement GPIO features. | ||||
* | Merge branch 'maint' | Martin Braun | 2017-04-13 | 1 | -0/+1 |
|\ | |||||
| * | rfnoc: radio blocks update their own command time based on updated tick rate | Martin Braun | 2017-04-13 | 1 | -0/+1 |
| | | |||||
* | | RFNoC: Exposed LO sharing functions in radio block | Derek Kozel | 2017-03-24 | 1 | -0/+46 |
| | | |||||
* | | rfnoc: Add API calls for time/clock control | Martin Braun | 2017-03-21 | 1 | -1/+30 |
| | | |||||
* | | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrls | ejk | 2017-02-27 | 1 | -0/+10 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -11/+10 |
| | | |||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -2/+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 | -15/+15 |
| | | | | | | | | 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). | ||||
* | rfnoc: Radios now ignore stream commands when inactive | Martin Braun | 2016-08-11 | 1 | -0/+4 |
| | |||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -0/+364 |