enjoy-digital / litex_m2sdr

LiteX based M2 SDR FPGA board.
BSD 2-Clause "Simplified" License
67 stars 7 forks source link

Add dummy SoapySDR driver over PCIe. #6

Closed enjoy-digital closed 5 months ago

enjoy-digital commented 6 months ago

Can only implement the datapath for now and avoid all the controls (that can be done with ms2sdr_rf utility for now). Just need to return success to set calls and dummy/fixed values to get calls.

trabucayre commented 6 months ago
enjoy-digital commented 5 months ago

Add RF Init and dynamic control of at least some of the parameters: RX Freq, RX Gain. Code is in place in m2sdr_rf.c and part of it could probably be reused with default configuration in m2sdr_config.h.

enjoy-digital commented 5 months ago

Done.