summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorxoviat <xoviat@gmail.com>2021-03-30 10:05:52 -0500
committerxoviat <xoviat@gmail.com>2021-03-30 10:05:52 -0500
commit009e1896bfe457e1b15156a2624284b385a53e27 (patch)
tree0f12f3d9322227815c9fab217e511c67040279bf /.github/workflows
parent7094c4e619f7c5e4b4782bc5cbd14ac73ef9d4bf (diff)
downloadembassy-009e1896bfe457e1b15156a2624284b385a53e27.zip
stm32: consolidate crates
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7b04a994..d7b427e0 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -46,22 +46,22 @@ jobs:
- package: embassy-nrf
target: thumbv7em-none-eabi
features: 52840,defmt
- - package: embassy-stm32f4-examples
+ - package: embassy-stm32-examples
target: thumbv7em-none-eabi
features: stm32f405
- - package: embassy-stm32f4
+ - package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32f405
- - package: embassy-stm32f4
+ - package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32f446
- - package: embassy-stm32f4
+ - package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32f405,defmt
- - package: embassy-stm32l0
+ - package: embassy-stm32
target: thumbv6m-none-eabi
features: stm32l0x2
- - package: embassy-stm32l0
+ - package: embassy-stm32
target: thumbv6m-none-eabi
features: stm32l0x2,defmt
- package: embassy-rp-examples