Skip to content

Releases: probe-rs/embedded-test

v0.6.0

06 Jan 10:37
Compare
Choose a tag to compare

What's Changed

Added

  • #[tests(default_timeout = <u32>)] to configure a suite-wide default timeout.
  • #[tests(setup = <expr>)] to configure a suite-wide (log) setup function (e.g. rtt_target::rtt_init_log()).

Removed

  • Breaking: Removed Features init-log and init-rtt to no longer depend on rtt-target/rtt-log.

Changed

  • Breaking: Bump embassy-excecutor to 0.7.0

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Oct 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

31 May 20:41
927bec2
Compare
Choose a tag to compare

What's Changed

New Contributors

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

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