Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Linux experience for crank run --device #36

Merged
merged 5 commits into from
Feb 26, 2023
Merged

Commits on Feb 25, 2023

  1. On Linux, do not wait for modem_path to disappear

    For one developer, the device never disappears, even when the data disk
    is prepared; it's unclear whether this is always true on Linux.
    tjkirch committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    5188b9d View commit details
    Browse the repository at this point in the history
  2. On Linux, sleep before calling pdutil run

    If called too early the run will fail.  Ideally, we'd know of a specific
    marker that the device is ready to run...
    tjkirch committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    c24aa2a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. On Linux, add output about pressing 'A' to exit Data Disk mode

    The message on the Playdate screen isn't as clear as it could be for
    newer developers.  A message from crank makes it clearer that we're
    waiting for their action.
    
    On Mac, and presumably Windows, Data Disk mode is exited automatically
    when the Playdate is ejected.
    tjkirch committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    69d9bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423f3e4 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.7

    tjkirch committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5e1bf98 View commit details
    Browse the repository at this point in the history