aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-08-18 09:35:08 +0200
committerGitHub <[email protected]>2021-08-18 09:35:08 +0200
commit919cdfe8c4afa9ebb3e6d9238d32bbd856adb040 (patch)
treeb40ee8c30d393e11896cd6e9a351ca1d0c9a8b60 /.github
parent5c5cb1a8ceef3b2bcb6d016180abab239a07f48e (diff)
Add STM32WL55 examples to CI (#361)
* Add STM32WL55 examples to CI and fix warnings
Diffstat (limited to '.github')
-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 38d9c128f..7b6f0c39b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -88,6 +88,8 @@ jobs:
88 target: thumbv6m-none-eabi 88 target: thumbv6m-none-eabi
89 - package: examples/stm32wb55 89 - package: examples/stm32wb55
90 target: thumbv7em-none-eabihf 90 target: thumbv7em-none-eabihf
91 - package: examples/stm32wl55
92 target: thumbv7em-none-eabihf
91 - package: examples/stm32f0 93 - package: examples/stm32f0
92 target: thumbv6m-none-eabi 94 target: thumbv6m-none-eabi
93 95