aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index cf70e2e5c..97c668aca 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -55,24 +55,6 @@ jobs:
55 - package: embassy-nrf 55 - package: embassy-nrf
56 target: thumbv7em-none-eabi 56 target: thumbv7em-none-eabi
57 features: nrf52840,defmt 57 features: nrf52840,defmt
58 - package: embassy-stm32-examples
59 target: thumbv7em-none-eabi
60 features: stm32f405
61 - package: embassy-stm32
62 target: thumbv7em-none-eabi
63 features: stm32f405
64 - package: embassy-stm32
65 target: thumbv7em-none-eabi
66 features: stm32f446
67 - package: embassy-stm32
68 target: thumbv7em-none-eabi
69 features: stm32f405,defmt
70 - package: embassy-stm32
71 target: thumbv6m-none-eabi
72 features: stm32l0x2
73 - package: embassy-stm32
74 target: thumbv6m-none-eabi
75 features: stm32l0x2,defmt
76 - package: embassy-rp-examples 58 - package: embassy-rp-examples
77 target: thumbv6m-none-eabi 59 target: thumbv6m-none-eabi
78 60