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

fix: improve forwards compatibility with spsdk 2.1+ #524

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. fix: improve forwards compatibility with spsdk 2.1+

    spsdk recently switched to the python-native Enum library and renamed
    the `desc` method to `get_description` in the process.  By using
    device.status_string instead, our code works with both versions.
    
    Co-authored-by: Robin Krahl <[email protected]>
    kmohrf and robin-nitrokey committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    50067b5 View commit details
    Browse the repository at this point in the history