diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-21 18:52:53 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-21 19:05:26 +0200 |
| commit | 38f59c4dea9538b6349676353d552eee854c6918 (patch) | |
| tree | 8a6e842eb4f16dbfa826067c99a82573a6319af8 /.github | |
| parent | 68b303a4e4f43da899b9c9cb0c3d84c6d83b5ca5 (diff) | |
Add stm32l0 to CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bfb6aa0bb..dfb6a63ff 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -69,6 +69,9 @@ jobs: | |||
| 69 | - package: embassy-stm32 | 69 | - package: embassy-stm32 |
| 70 | target: thumbv7em-none-eabi | 70 | target: thumbv7em-none-eabi |
| 71 | features: stm32l476vg,defmt | 71 | features: stm32l476vg,defmt |
| 72 | - package: embassy-stm32 | ||
| 73 | target: thumbv6m-none-eabi | ||
| 74 | features: stm32l053r8,defmt | ||
| 72 | - package: embassy-stm32-examples | 75 | - package: embassy-stm32-examples |
| 73 | target: thumbv7em-none-eabi | 76 | target: thumbv7em-none-eabi |
| 74 | 77 | ||
