Skip to content

0.4.0

Choose a tag to compare

@sunsided sunsided released this 07 Jun 08:39
877dfc1

To add minikalman/0.4.0 to your project, run

cargo add minikalman@0.4.0

or use

[dependencies]
minikalman = "0.4.0"

To install the latest version, run

cargo add minikalman

Changes

Full Changelog: v0.3.0...v0.4.0

Added

  • Added the libm crate feature for libm support.
  • Added the float crate feature to enable f32 and f64 built-in support.

Removed

  • Removed the no_std crate feature in favor of the std feature (disabled by default).

Pull Requests

  • Add cross-compilation example for STM32F303 by @sunsided in #7