aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-02 15:11:30 -0400
committerBob McWhirter <[email protected]>2021-11-02 15:11:30 -0400
commitee1ea44b600598f646b9a84347756b3f0d2988a5 (patch)
tree104489c6a52a33d45a73d1239ce815cdc16be1a2
parenteaaaa2460a928da442f0a1e056e854a61127b8a4 (diff)
Add stm32u5 examples to CI run.
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7d91357d1..759435d8b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -117,6 +117,8 @@ jobs:
117 target: thumbv7m-none-eabi 117 target: thumbv7m-none-eabi
118 - package: examples/stm32f7 118 - package: examples/stm32f7
119 target: thumbv7em-none-eabihf 119 target: thumbv7em-none-eabihf
120 - package: examples/stm32u5
121 target: thumbv7em-none-eabihf
120 steps: 122 steps:
121 - uses: actions/checkout@v2 123 - uses: actions/checkout@v2
122 with: 124 with: