libbladerf-rs 0.4.1

Fully Rust native BladeRF driver
1
2
3
4
5
6
//! BladeRF2 (xA4/xA9) support is not yet implemented.
//!
//! This module is a stub that prevents compilation when the `bladerf2`
//! feature is enabled. Support for BladeRF2 hardware is not yet available.

compile_error!("bladerf2 support is not yet implemented");