diff options
| author | xoviat <[email protected]> | 2021-03-30 10:05:52 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2021-03-30 10:05:52 -0500 |
| commit | 009e1896bfe457e1b15156a2624284b385a53e27 (patch) | |
| tree | 0f12f3d9322227815c9fab217e511c67040279bf /.github/workflows | |
| parent | 7094c4e619f7c5e4b4782bc5cbd14ac73ef9d4bf (diff) | |
stm32: consolidate crates
Diffstat (limited to '.github/workflows')
| -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 7b04a9947..d7b427e04 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -46,22 +46,22 @@ jobs: | |||
| 46 | - package: embassy-nrf | 46 | - package: embassy-nrf |
| 47 | target: thumbv7em-none-eabi | 47 | target: thumbv7em-none-eabi |
| 48 | features: 52840,defmt | 48 | features: 52840,defmt |
| 49 | - package: embassy-stm32f4-examples | 49 | - package: embassy-stm32-examples |
| 50 | target: thumbv7em-none-eabi | 50 | target: thumbv7em-none-eabi |
| 51 | features: stm32f405 | 51 | features: stm32f405 |
| 52 | - package: embassy-stm32f4 | 52 | - package: embassy-stm32 |
| 53 | target: thumbv7em-none-eabi | 53 | target: thumbv7em-none-eabi |
| 54 | features: stm32f405 | 54 | features: stm32f405 |
| 55 | - package: embassy-stm32f4 | 55 | - package: embassy-stm32 |
| 56 | target: thumbv7em-none-eabi | 56 | target: thumbv7em-none-eabi |
| 57 | features: stm32f446 | 57 | features: stm32f446 |
| 58 | - package: embassy-stm32f4 | 58 | - package: embassy-stm32 |
| 59 | target: thumbv7em-none-eabi | 59 | target: thumbv7em-none-eabi |
| 60 | features: stm32f405,defmt | 60 | features: stm32f405,defmt |
| 61 | - package: embassy-stm32l0 | 61 | - package: embassy-stm32 |
| 62 | target: thumbv6m-none-eabi | 62 | target: thumbv6m-none-eabi |
| 63 | features: stm32l0x2 | 63 | features: stm32l0x2 |
| 64 | - package: embassy-stm32l0 | 64 | - package: embassy-stm32 |
| 65 | target: thumbv6m-none-eabi | 65 | target: thumbv6m-none-eabi |
| 66 | features: stm32l0x2,defmt | 66 | features: stm32l0x2,defmt |
| 67 | - package: embassy-rp-examples | 67 | - package: embassy-rp-examples |
