summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2021-08-18 09:35:08 +0200
committerGitHub <noreply@github.com>2021-08-18 09:35:08 +0200
commit919cdfe8c4afa9ebb3e6d9238d32bbd856adb040 (patch)
treeb40ee8c30d393e11896cd6e9a351ca1d0c9a8b60 /.github/workflows/rust.yml
parent5c5cb1a8ceef3b2bcb6d016180abab239a07f48e (diff)
downloadembassy-919cdfe8c4afa9ebb3e6d9238d32bbd856adb040.zip
Add STM32WL55 examples to CI (#361)
* Add STM32WL55 examples to CI and fix warnings
Diffstat (limited to '.github/workflows/rust.yml')
-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 38d9c128..7b6f0c39 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -88,6 +88,8 @@ jobs:
target: thumbv6m-none-eabi
- package: examples/stm32wb55
target: thumbv7em-none-eabihf
+ - package: examples/stm32wl55
+ target: thumbv7em-none-eabihf
- package: examples/stm32f0
target: thumbv6m-none-eabi