aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/radio_ctrl_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* rfnoc: Added TX LO APIs to radio_ctrlMartin Braun2017-12-061-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 virtualMartin Braun2017-05-261-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 blockDerek Kozel2017-03-241-0/+13
|
* rfnoc: Add API calls for time/clock controlMartin Braun2017-03-211-0/+6
|
* Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrlsejk2017-02-271-0/+3
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-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 headerMartin Braun2016-10-131-1/+1
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+209