From 009e1896bfe457e1b15156a2624284b385a53e27 Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 30 Mar 2021 10:05:52 -0500 Subject: stm32: consolidate crates --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b04a9947..d7b427e04 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 -- cgit