aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 97c668aca..931a7bc01 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -57,6 +57,14 @@ jobs:
57 features: nrf52840,defmt 57 features: nrf52840,defmt
58 - package: embassy-rp-examples 58 - package: embassy-rp-examples
59 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
60 - package: embassy-stm32
61 target: thumbv7em-none-eabi
62 features: stm32f411ce
63 - package: embassy-stm32
64 target: thumbv7em-none-eabi
65 features: stm32f429zi
66 - package: embassy-stm32-examples
67 target: thumbv7em-none-eabi
60 68
61 steps: 69 steps:
62 - uses: actions/checkout@v2 70 - uses: actions/checkout@v2