airspyone_host
airspyone_host copied to clipboard
AirSpy's usemode driver and associated tools
The airspy_transfer struct that is passed to the callback function (the one specified in airspy_start_rx) contains a dropped_samples field, which I assume is the number of packets dropped because of...
Recent cmake warns that compatibility for older versions will be removed in the future. Since libairspy cmake work just fine with cmake 3.27, setting the minimum required version as a...
The availability of NEON instruction is performed implicitly (from the building process point of view) based on __ARM_NEON preprocessor value. This should not be adding restrictions on the portability of...