aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rust.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 931a7bc01..3069dd3b2 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -59,10 +59,13 @@ jobs:
59 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
60 - package: embassy-stm32 60 - package: embassy-stm32
61 target: thumbv7em-none-eabi 61 target: thumbv7em-none-eabi
62 features: stm32f411ce 62 features: stm32f411ce,defnt
63 - package: embassy-stm32 63 - package: embassy-stm32
64 target: thumbv7em-none-eabi 64 target: thumbv7em-none-eabi
65 features: stm32f429zi 65 features: stm32f429zi,log
66 - package: embassy-stm32
67 target: thumbv7em-none-eabi
68 features: stm32h755zi,defmt
66 - package: embassy-stm32-examples 69 - package: embassy-stm32-examples
67 target: thumbv7em-none-eabi 70 target: thumbv7em-none-eabi
68 71