Skip to content

Releases: kevinmehall/rust-soapysdr

rust-soapysdr v0.4.2

21 Jun 18:27

Choose a tag to compare

  • Add RxStream::time_ns (#42)
  • Add functions to list and read device sensors (#41)
  • Friendlier build errors for Windows and macOS when non-cargo dependencies are missing (#39, #37)
  • Add TxStream::read_status (#36)

Contributors

@etschneider @brian-armstrong @ThomasHabets

soapysdr/0.4.1

21 Oct 04:24

Choose a tag to compare

What's Changed

Contributors

@metasim

Full Changelog: soapysdr/0.4.0...soapysdr/0.4.1

rust-soapysdr 0.4.0

21 Oct 18:46

Choose a tag to compare

  • #32 Breaking change : The type of RxStream::read argument buffers has been changed from &[&mut [E]] to &mut [&mut [E]] to avoid undefined behavior.

rust-soapysdr 0.3.3 + soapysdr-sys 0.7.5

08 Jul 20:15

Choose a tag to compare

  • Fix build of soapy-sdr-stream example binary on Windows
  • Use SOAPY_SDR_ROOT and SoapySDR_DIR environment variables to find SoapySDR library directory in addition to pkg-config

Contributors

@tomgilligan

soapysdr-sys 0.7.4

19 Feb 01:22

Choose a tag to compare

  • Update bindgen to 0.64

rust-soapysdr 0.3.2

23 Feb 16:18

Choose a tag to compare

  • Add read/write setting functions (#23)

Contributors: @wcampbell0x2a

rust-soapysdr 0.3.1 + soapysdr-sys 0.7.3

17 Oct 18:36

Choose a tag to compare

  • Include runtime feature on bindgen
  • Discover SoapySDR location from PATH on Windows
  • Don't assume SoapySDR and Rust use the same libc

Contributors: @inganault

soapysdr 0.3.0

17 Apr 20:36

Choose a tag to compare

  • Add clock_source functions (#18)
  • Update num-complex dependency from 0.2 to 0.4 (#17)
  • Update log dependency to 0.4
  • Fix for platforms with 32-bit libc::c_long

soapysdr-sys 0.7.2

17 Apr 20:35

Choose a tag to compare

  • Update bindgen to 0.57

soapysdr-sys 0.7.1

31 Jan 16:58

Choose a tag to compare

  • Compatibility with SoapySDR 0.8 (git master, currently unreleased)