aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/legacy_compat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* legacy_compat: fallback to min(spp) if no user-specified spp value existsAndrej Rode2017-02-031-8/+16
|
* rfnoc: Removed stray print in legacy_compatMartin Braun2016-12-131-1/+0
|
* Move motherboard index increment to after channel map index. This willKevin Gilbert (kegilbert)2016-12-081-2/+1
| | | | properly map the channel index to the motherboard in chan_to_mcp(...).
* rfnoc: legacy_compat gets its own set_{rx,tx}_rate() callsMartin Braun2016-11-291-44/+130
| | | | | | This avoids double-calling subscribers, and will fix the case where a rate change in a multi-channel scenario will break because the graph resolution is done before all rates are set.
* Remove and recreate properties with member function callbacks inunknown2016-11-181-0/+32
| | | | | legacy_compat_impl dtor to prevent future sessions from calling into the destroyed bound functions
* X300: Fix for channel 1 failure to ACK a TX burst.michael-west2016-11-071-0/+3
| | | | | | - Added mapping from radio block and port to channel in legacy compat layer. - Improved parsing of stream args and added parsing of radio ID and port parameters for each channel. - Added proper programming of the response SID based on the new radio ID and port parameters.
* rfnoc legacy compat: Call update_*_streamer on all samp rate updatesMartin Braun2016-10-271-5/+44
| | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
* rfnoc: legacy compat cache will always recreate entriesMartin Braun2016-08-231-6/+5
|
* rfnoc: Legacy compat tracks TX and RX spp values separatelyMartin Braun2016-08-091-17/+37
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+700