Skip to content

v0.16.2 - Better cleanup

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 30 Jan 01:44
· 223 commits to main since this release
cd876aa

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.