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/+14 |
| | | | | | | | Also added stubs in the default impl. Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | ||||
* | rfnoc radio: Made GPIO functions not pure virtual | Martin Braun | 2017-05-26 | 1 | -0/+9 |
| | | | | | Default implementations simply throw an exception. Makes it easier to write new radio controls that do not implement GPIO features. | ||||
* | RFNoC: Exposed LO sharing functions in radio block | Derek Kozel | 2017-03-24 | 1 | -0/+13 |
| | |||||
* | rfnoc: Add API calls for time/clock control | Martin Braun | 2017-03-21 | 1 | -0/+6 |
| | |||||
* | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrls | ejk | 2017-02-27 | 1 | -0/+3 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -1/+1 |
| | | | | | | | | 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 radio: Minor adjustment of time setters in header | Martin Braun | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -0/+209 |