diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-17 03:25:30 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-17 03:25:30 +0200 |
| commit | 410b24d54b3960737d866a8a224d4e7c55587c01 (patch) | |
| tree | 9e24f8821bec3b25728f11be72f8eec5d3b2b661 /.github/workflows | |
| parent | 86132b5fc9215ee5d7c2dc3fe5382b0c8b6ad486 (diff) | |
Add more chips to CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 931a7bc01..3069dd3b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -59,10 +59,13 @@ jobs: | |||
| 59 | target: thumbv6m-none-eabi | 59 | target: thumbv6m-none-eabi |
| 60 | - package: embassy-stm32 | 60 | - package: embassy-stm32 |
| 61 | target: thumbv7em-none-eabi | 61 | target: thumbv7em-none-eabi |
| 62 | features: stm32f411ce | 62 | features: stm32f411ce,defnt |
| 63 | - package: embassy-stm32 | 63 | - package: embassy-stm32 |
| 64 | target: thumbv7em-none-eabi | 64 | target: thumbv7em-none-eabi |
| 65 | features: stm32f429zi | 65 | features: stm32f429zi,log |
| 66 | - package: embassy-stm32 | ||
| 67 | target: thumbv7em-none-eabi | ||
| 68 | features: stm32h755zi,defmt | ||
| 66 | - package: embassy-stm32-examples | 69 | - package: embassy-stm32-examples |
| 67 | target: thumbv7em-none-eabi | 70 | target: thumbv7em-none-eabi |
| 68 | 71 | ||
