aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/radio_control_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add atomic item size property for RFNoC blocksLars Amsel2022-01-101-0/+37
* rfnoc: radio: Fix comment in radio_control_implMartin Braun2022-01-071-1/+1
* host: Make radio_control constants an enumLane Kolbly2021-12-101-28/+0
* rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPPMartin Braun2021-12-021-14/+20
* rfnoc: radio: Fix async message handling channel checksMartin Braun2021-11-301-8/+8
* multi_usrp_rfnoc: Reduce latency of get_time_now()michael-west2021-11-171-1/+1
* host: Add ability to get time from Radio blockmichael-west2021-11-171-1/+19
* radio: Improve log messages for non-implemented correctionsMartin Braun2021-09-081-3/+4
* host: Add static_assert to prevent meta_range_t(0,0)Lane Kolbly2021-07-141-2/+2
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-191-0/+5
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-171-2/+2
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-041-0/+1
* rfnoc: Update radio to support multiple SPCWade Fife2021-01-111-4/+10
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-111-20/+16
* RFNoC: Demoted zero sample error to warningmichael-west2020-12-101-2/+3
* uhd: Add APIs for getting the available power rangeMartin Braun2020-08-171-0/+18
* RFNoC: Demote MTU message in radio controlmichael-west2020-08-041-1/+1
* radio_control: Provide default implementations for ref power APIsMartin Braun2020-06-101-22/+39
* python: Add radio RFNoC block controller bindingsAaron Rossetto2020-06-091-1/+0
* rfnoc: radio: Add APIs to query cal keysMartin Braun2020-05-201-0/+10
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-04-171-0/+36
* fixup! rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-071-3/+3
* rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-021-30/+31
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-15/+23
* rfnoc: actions: Cleanup rx_event_action_info ctorsteviez2020-02-181-6/+5
* rfnoc: actions: Fix uninitialized timestampssteviez2020-02-181-3/+3
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-261-0/+5
* rfnoc: radio: Interpret MTU as max payload sizeMartin Braun2019-11-261-3/+3
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-261-1/+1
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-261-0/+16
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-261-15/+7
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-261-2/+14
* rfnoc: radio: Add async message validationMartin Braun2019-11-261-0/+48
* rfnoc: radio: Introduce coerce_rate() methodMartin Braun2019-11-261-3/+8
* rfnoc: Add MTU trackingMartin Braun2019-11-261-1/+11
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-261-1/+47
* rfnoc: radio: Remove async message registers for timestampMartin Braun2019-11-261-8/+5
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-261-5/+10
* rfnoc: radio_control: Add async message handlerMartin Braun2019-11-261-14/+102
* rfnoc: Add radio block controllerMartin Braun2019-11-261-0/+771