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

Update gd32f1 requirement from 0.8.0 to 0.9.0 #47

Merged
merged 3 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. Update gd32f1 requirement from 0.8.0 to 0.9.0

    Updates the requirements on [gd32f1](https://github.com/gd32-rust/gd32-rs) to permit the latest version.
    - [Changelog](https://github.com/gd32-rust/gd32-rs/blob/main/CHANGELOG.md)
    - [Commits](gd32-rust/gd32-rs@0.8.0...0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: gd32f1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and qwandor committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9f321d1 View commit details
    Browse the repository at this point in the history
  2. Fix examples.

    qwandor committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d949c18 View commit details
    Browse the repository at this point in the history
  3. Use gd32f1 0.9.1.

    This fixes the #[interrupt] macro issue.
    qwandor committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5ae0d42 View commit details
    Browse the repository at this point in the history