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.