probe-rs / embedded-test

A test harness and runner for embedded devices
48 stars 7 forks source link

defmt patches #31

Open jonathanpallant opened 4 weeks ago

jonathanpallant commented 4 weeks ago

I'm aware there were some earlier defmt PRs that we didn't get as far as merging, so I wanted to come here and and say I'm very excited to see the project and its integration with probe-rs. I see this is currently depending on a git fork of defmt and I would love to talk about how we can get those upstream.

Yatekii commented 4 weeks ago

cc @t-moe

t-moe commented 4 weeks ago

Hi Jonathan, Thanks for reaching out.

The just released version 0.4.0 of embedded-test, no longer depends on a fork of defmt.
embedded-test can be used with defmt as a logging (& assertion) framework, but the users can also use the log crate and the assert macros from core.

Thanks again for the great inspiration you guys gave me with defmt-test!