Skip to content

Commit

Permalink
Remove RAL from 0.4 branch
Browse files Browse the repository at this point in the history
Manually removing the RAL, since it's already been removed in master.
This is to ensure that we don't accidentally depend on something in
this 0.4 maintenance branch that isn't correctly reflected in our RAL
repo.
  • Loading branch information
mciantyre committed Nov 17, 2020
1 parent bf0bbfa commit 8efe35c
Show file tree
Hide file tree
Showing 567 changed files with 1 addition and 2,246,342 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,6 @@ name: All Checks
on: [push, pull_request]

jobs:
gen-ral:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install virtualenv
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python dependencies
run: cd imxrt-ral && pip install -U -r requirements.txt
- name: Generate RAL
run: make -C imxrt-ral ci
- name: Ensure RAL is consistent with checked-in code
run: git update-index --refresh && git diff-index --quiet HEAD

build-ral:
runs-on: ubuntu-latest
strategy:
matrix:
feature: ["imxrt1011", "imxrt1015", "imxrt1021", "imxrt1051", "imxrt1052", "imxrt1061", "imxrt1062", "imxrt1064"]
steps:
- uses: actions/checkout@v2
- name: Build imxrt-ral for (${{ matrix.feature }}) RAL
run: cd imxrt-ral && cargo build --verbose --features ${{ matrix.feature }}
- name: Run tests (${{ matrix.feature }}) for RAL
run: cd imxrt-ral && cargo test --verbose --features ${{ matrix.feature }}

build-hal:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"imxrt-ral",
"imxrt-hal",

"imxrt-iomuxc",
Expand Down
2 changes: 1 addition & 1 deletion imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.4.1"
[dependencies]
as-slice = "0.1.3"
cortex-m = { version = "0.6" }
imxrt-ral = { version = "0.4.0", path = "../imxrt-ral" }
imxrt-ral = "0.4.0"
bitflags = "1.2.1"
embedded-hal = "0.2.3"
nb = "0.1.2"
Expand Down
9 changes: 0 additions & 9 deletions imxrt-ral/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions imxrt-ral/CHANGELOG.md

This file was deleted.

53 changes: 0 additions & 53 deletions imxrt-ral/Cargo.toml

This file was deleted.

97 changes: 0 additions & 97 deletions imxrt-ral/Makefile

This file was deleted.

96 changes: 0 additions & 96 deletions imxrt-ral/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions imxrt-ral/build.rs

This file was deleted.

1 change: 0 additions & 1 deletion imxrt-ral/cortex_m/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions imxrt-ral/cortex_m/Makefile

This file was deleted.

0 comments on commit 8efe35c

Please sign in to comment.