summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBob McWhirter <bmcwhirt@redhat.com>2021-11-02 15:11:30 -0400
committerBob McWhirter <bmcwhirt@redhat.com>2021-11-02 15:11:30 -0400
commitee1ea44b600598f646b9a84347756b3f0d2988a5 (patch)
tree104489c6a52a33d45a73d1239ce815cdc16be1a2 /.github/workflows
parenteaaaa2460a928da442f0a1e056e854a61127b8a4 (diff)
downloadembassy-ee1ea44b600598f646b9a84347756b3f0d2988a5.zip
Add stm32u5 examples to CI run.
Diffstat (limited to '.github/workflows')
-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 7d91357d..759435d8 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -117,6 +117,8 @@ jobs:
target: thumbv7m-none-eabi
- package: examples/stm32f7
target: thumbv7em-none-eabihf
+ - package: examples/stm32u5
+ target: thumbv7em-none-eabihf
steps:
- uses: actions/checkout@v2
with: