Rahix
Rahix
First of all, you really should be avoiding the use of `f64` on AVR microcontrollers. This will eat up tons and tons of memory because all floating point operations need...
I tried looking for some official sources on the point made by @sgoll due to this topic coming up in https://github.com/Rahix/avr-hal/issues/622. I couldn't find definitive answers but it looks very...
Hi, this is very well supported but unfortunately not documented well. It works like this: First, you define custom roles for any machines you'd like to request from testcases. These...
Hi, the backoff limit was intentionally chosen to be quite low because usually, when subprocesses don't stop, the correct solution is to add code that cleanly terminates the offending processes....
> but it works even this way: Yeah, it is a timing race between tbot's timeout and your picocom process stopping. It will work some days and some days it...
`AutoConsoleConnector` is documented now: https://tbot.tools/contrib/connector.html#tbot_contrib.connector.auto.AutoConsoleConnector
Hi, thanks a lot for the contribution! Please send the patch as a GitHub pull-request for me to include it :)
Hi, tbot intentionally only accepts a prompt at the very end of the input stream. If there are messages on the console that get printed in-between synchronous command execution, tbot...
ISO 4762 / DIN 912 is already present :)
Hi, thanks a lot for your contribution! Just a heads-up, I am holding off merging new chips right now until #157 is merged, which quite significantly changes the way the...