v0.7.0-alpha.0
Pre-release
Pre-release
Added
- Support for unit tests!
Changed
- Breaking: probe-rs reads the test cases directly from the ELF file instead of querying them from the target via
semihosting. - Breaking: global setup function must now be annotated with an attribute
#[embedded_test::setup]
instead of passing it to#[embedded_test::tests(setup=...)]. - Linker script now lives in its own crate
embedded-test-linker-script, to allow keepingembedded-testin
[dev-dependencies].
Fixed
- Ensure
embedded-test.xis only augmenting (instead of replacing) the linker scripts on std
Full Changelog: v0.6.2...v0.7.0-alpha.0