Skip to content

Commit

Permalink
Merge pull request #54 from rmsyn/feature/interrupt
Browse files Browse the repository at this point in the history
features: adds `rt` feature for gd32vf103-pac/rt
  • Loading branch information
Disasm authored May 24, 2023
2 parents 3e3b292 + a53c4d4 commit fdb0685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Check code
run: cargo check --target ${{ matrix.target }}

- name: Check rt feature
run: cargo check --target ${{ matrix.target }} --features rt
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ embedded-dma = "0.1.2"
[dependencies.embedded-hal]
version = "0.2.3"
features = ["unproven"]

[features]
rt = ["gd32vf103-pac/rt"]

0 comments on commit fdb0685

Please sign in to comment.