aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-17 00:57:32 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-17 00:57:32 +0200
commitbfc7f52e6dd7b5ad12fa1f09483fa60f2732ae0c (patch)
treee63684b0915e274b2a041d3f5b862eb1865f71c8 /.github
parent97b01f1c4799a66bc2af596bfc5138ccf919a6de (diff)
Remove stm32.
stm32 developemnt continues in the `stm32-neo` branch for now.
Diffstat (limited to '.github')
-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