clint-lawrence
clint-lawrence
Closes #1360 This adds a repl that can be launched with `python -m trio`, similar to asyncio and curio. I still need to add a news entry and update the...
This is pretty scrappy, but mostly trying to test out the big picture idea. Have a look at `test-script.py`. Here is the general concept: ```python # 1. Define a class...
Trying to unravel my thoughts on a few things here. Eventually I would like to be able to introspect a script and be able to do things like: - Report...
The idea is to create a text document that makes easy cross reference and checking between the jig switching definition and schematic when reviewing jigs, or understanding an existing jig.
The point of that mux subclass is to explicitly ensure break before make switching. The name is really just a side effect of what hardware we were using when the...
This would flush any pending pin updates that were set calling a virtual mux with `trigger_update=False`. This would be a nice addition, but perhaps not really that useful.
This is a potential debugging aid. The idea is a force the jig driver to refresh the hardware signals. For example, with many of our jigs, if you cycle power...
This came about while thinking of other ways to create a VirtualMux that will be type hint and IDE friendly. Originally a comment on #184 but I think it is...
The idea here is to setup a the jig into a particular state, then be able to save that at the start of a test. Maybe save/restore would be a...
Either the test script should not run at all, or as a minimum, a prominent warning should be presented to alert the user that logs is incorrectly configured.