diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-03-21 14:04:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-21 14:04:10 +0000 |
| commit | aa77a06d58a02340b455888a113287d8cac05973 (patch) | |
| tree | 0ecf112fbccb4dc0c5e96486edc7940393bc5bc2 /.github/workflows | |
| parent | 425a35bf8a6a84afbe0b555301106a155d43e2e7 (diff) | |
| parent | 0b49b588a2890096f95bef2f8c6d8644acdc5401 (diff) | |
Merge #1287
1287: stm32: use stm32-metapac from crates.io, remove stm32-data submodule. r=Dirbaio a=Dirbaio
- `embassy-stm32` uses `stm32-metapac` from `crates.io`.
- Remove `stm32-data` submodule.
- Remove `stm32-metapac`, `stm32-metapac-gen`. These are now in the `stm32-data` repo.
- Remove `stm32-gen-features`, since it used `stm32-data` directly.
- The feature list in `stm32-metapac` is generated by `stm32-metapac-gen` now.
- The feature list in `embassy-stm32` can be updated by hand by copypasting from `stm32-metapac`'s `Cargo.toml`. We can add a script to do this automatically later if that's too annoying.
- Remove outdated `xtask` scripts that no longer work. Not needed anymore, you can run CI locally by doing `./ci.sh`.
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/doc.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4bc73fdcf..cb222803b 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml | |||
| @@ -54,7 +54,6 @@ jobs: | |||
| 54 | run: | | 54 | run: | |
| 55 | mkdir crates | 55 | mkdir crates |
| 56 | builder ./embassy-stm32 crates/embassy-stm32/git.zup | 56 | builder ./embassy-stm32 crates/embassy-stm32/git.zup |
| 57 | builder ./stm32-metapac crates/stm32-metapac/git.zup | ||
| 58 | 57 | ||
| 59 | - name: build-rest | 58 | - name: build-rest |
| 60 | if: ${{ matrix.crates=='rest' }} | 59 | if: ${{ matrix.crates=='rest' }} |
