You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I excitedly added defmt-test to my project when I found it and initially cargo test happily ran my unit tests in the target. But then I added a new test where an assert!() failed, and instead of reporting the failure, it just hangs. Before I found defmt I was just calling the unit tests myself from main and a failure reported the panic with defmt. Also I am using embassy on an STM32U535RETx.