aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-03-20 02:11:22 +0100
committerDario Nieuwenhuis <[email protected]>2023-03-20 02:38:12 +0100
commit0b49b588a2890096f95bef2f8c6d8644acdc5401 (patch)
tree59bfd1e3383d02d1f0cfccd6105ee23581e43e68 /.github
parentb6663a013f8632cefbc6d6ab9a9aa7afbcd1314b (diff)
stm32: use stm32-metapac from crates.io, remove stm32-data submodule.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doc.yml1
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' }}