Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: radio: Add getter for SPC value | Martin Braun | 2021-03-19 | 1 | -0/+1 |
| | | | | | | This adds uhd::rfnoc::radio_control::get_spc(). It can be overridden by radio implementations, but radio_control_impl has a sensible default implementation, return the value that is in the SPC radio register. | ||||
* | python: radio_control: Explicitly import ALL_CHANS into Python bindings | Martin Braun | 2020-06-15 | 1 | -1/+4 |
| | | | | | This avoids a dynamic linker error by copying the ALL_CHANS value into the the Python bindings before using it. | ||||
* | python: Add vector IIR RFNoC block controller bindings | Aaron Rossetto | 2020-06-09 | 1 | -1/+1 |
| | |||||
* | python: Add radio RFNoC block controller bindings | Aaron Rossetto | 2020-06-09 | 1 | -0/+171 |