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
andinit-rtt
to no longer depend onrtt-target
/rtt-log
.
Changed
- Breaking: Bump embassy-excecutor to 0.7.0
Full Changelog: v0.5.0...v0.6.0