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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
Exit Raw REPL on device exit. This returns the micropython device to a more "normal" state that will (typically) play nicer with external programs, such as rshell. Fixes auxiliary issue in #78.
Register device.close() with atexit so that device closes down properly even if not explicitly invoked.
Internal
Increased process startup delay for Windows.
Unregister process close after explicit close. Prevents (harmless) double process killing at end of integration tests.