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

Implement initial support for no_std #270

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Commits on Nov 19, 2019

  1. Implement initial support for no_std

    This implements initial support for no_std. Modules such as parsing,
    saving and rendering are disabled and timing has to be manually provided
    by registering a global handler. The rendering module is on its way to
    no_std support as well, but not all Pull Requests to the necessary
    dependencies are done yet.
    
    See LiveSplit#223 for more information.
    CryZe committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9246acc View commit details
    Browse the repository at this point in the history