diff options
author | xoviat <xoviat@gmail.com> | 2021-03-30 10:05:52 -0500 |
---|---|---|
committer | xoviat <xoviat@gmail.com> | 2021-03-30 10:05:52 -0500 |
commit | 009e1896bfe457e1b15156a2624284b385a53e27 (patch) | |
tree | 0f12f3d9322227815c9fab217e511c67040279bf /.github | |
parent | 7094c4e619f7c5e4b4782bc5cbd14ac73ef9d4bf (diff) | |
download | embassy-009e1896bfe457e1b15156a2624284b385a53e27.zip |
stm32: consolidate crates
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust.yml | 12 |
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 |