summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 97c668ac..931a7bc0 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -57,6 +57,14 @@ jobs:
features: nrf52840,defmt
- package: embassy-rp-examples
target: thumbv6m-none-eabi
+ - package: embassy-stm32
+ target: thumbv7em-none-eabi
+ features: stm32f411ce
+ - package: embassy-stm32
+ target: thumbv7em-none-eabi
+ features: stm32f429zi
+ - package: embassy-stm32-examples
+ target: thumbv7em-none-eabi
steps:
- uses: actions/checkout@v2