Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Updated to edition 2021.

0.2.3 - 2021-07-12

Fixed

  • Fixed all gain settings swapping wValue with wIndex.

0.2.2 - 2021-07-10

Fixed

  • Fixed set_lna_gain setting the VGA gain instead of the LNA gain.

0.2.1 - 2021-07-06

Added

  • Added tested platforms to the README.

Fixed

  • Fixed a panic condition in the rx example that occurred when the sample thread disconnected before the main thread requested a disconnection.
  • Fixed a bug where read_bulk would always return an error in rx on some operating systems.

0.2.0 - 2021-05-09

Added

  • Added impl std::error::Error for Error.
  • Added Copy, Clone, PartialEq, Eq traits for Error.
  • Added iq_to_cplx_i8.
  • Added a threaded RX example.

Changed

  • Changed the name of iq_to_cplx to iq_to_cplx_f32.

0.1.0 - 2021-05-02

  • Initial release