aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/radio_ctrl_impl.cpp
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/+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 warningsMartin Braun2017-06-271-5/+5
|
* rfnoc radio: Made GPIO functions not pure virtualMartin Braun2017-05-261-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 Braun2017-04-131-0/+1
|\
| * rfnoc: radio blocks update their own command time based on updated tick rateMartin Braun2017-04-131-0/+1
| |
* | RFNoC: Exposed LO sharing functions in radio blockDerek Kozel2017-03-241-0/+46
| |
* | rfnoc: Add API calls for time/clock controlMartin Braun2017-03-211-1/+30
| |
* | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrlsejk2017-02-271-0/+10
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-11/+10
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-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 Braun2016-11-081-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 inactiveMartin Braun2016-08-111-0/+4
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+364