Skip to content

Releases: probe-rs/embedded-test

v0.3.0

05 Feb 21:32
Compare
Choose a tag to compare

What's Changed

  • Fix logging via target-rtt by @linasdev in #23
  • Bump embassy-executor to 0.5.0 (breaking change)

Full Changelog: v0.2.3...v0.3.0

v0.2.3

26 Jan 14:39
Compare
Choose a tag to compare

Added

  • Show improved diagnostic when no executor feature is enabled on the embassy-executor crate.
  • Calculate the test list buffer size at compile time to avoid a too small buffer.

Fixed

  • Macro produced invalid rust code when there was no #[init] function present.

v0.2.2

27 Dec 13:57
Compare
Choose a tag to compare

Changed

  • Removed #![feature(trait_alias)] to allow usage of embedded-test in stable rust.

Fixed

  • Updated semihosting dependency to fix failing build for cortex-m targets.

v0.2.1

12 Dec 13:43
Compare
Choose a tag to compare

First usable version on crates.io