Skip to content

Commit

Permalink
Do not use form due to naming issues on Windows
Browse files Browse the repository at this point in the history
As done in: riscv-rust/k210-pac@b044481

Relevant issue: djmcgill/form#12
  • Loading branch information
abt8601 committed Oct 28, 2023
1 parent 7300597 commit 3c5b4c5
Show file tree
Hide file tree
Showing 939 changed files with 201,466 additions and 200,472 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
strategy:
matrix:
mcu: [bcm2835, bcm2837, bcm2711]
os: [ubuntu, windows]
rust-version: [1.65.0, 1.66.1, 1.67.1, 1.68.2, 1.69.0, 1.70.0, 1.71.1, 1.72.1, 1.73.0]

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion crates/bcm2711-lpa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcm2711-lpa"
version = "0.2.0"
version = "0.2.1"
authors = ["Po-Yi Tsai <abt8601@protonmail.ch>"]
edition = "2021"
rust-version = "1.65.0"
Expand Down
19 changes: 0 additions & 19 deletions crates/bcm2711-lpa/src/aux.rs

This file was deleted.

93 changes: 0 additions & 93 deletions crates/bcm2711-lpa/src/aux/enables.rs

This file was deleted.

93 changes: 0 additions & 93 deletions crates/bcm2711-lpa/src/aux/irq.rs

This file was deleted.

61 changes: 0 additions & 61 deletions crates/bcm2711-lpa/src/bsc0.rs

This file was deleted.

61 changes: 0 additions & 61 deletions crates/bcm2711-lpa/src/bsc0/a.rs

This file was deleted.

Loading

0 comments on commit 3c5b4c5

Please sign in to comment.