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
As defmt-test panics on a false assertion, the test signal pin may be pulled low indefinitely. Define a panic handler that can push the signal pin up on panic, signifying that the test has stopped.
Implement a time out on the host that quits the application if the signal pin is high for a couple of seconds.
The text was updated successfully, but these errors were encountered:
As
defmt-test
panics on a false assertion, the test signal pin may be pulled low indefinitely. Define a panic handler that can push the signal pin up on panic, signifying that the test has stopped.Implement a time out on the host that quits the application if the signal pin is high for a couple of seconds.
The text was updated successfully, but these errors were encountered: