diff options
| author | Ulf Lilleengen <[email protected]> | 2021-06-09 15:22:52 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-09 23:09:48 +0200 |
| commit | 1bb712315646a333bca0fb3724dab9c17e3a2b0f (patch) | |
| tree | 33fb06edc0fb702a251e66c6ece3b68dda85f1cd /.github/workflows | |
| parent | 3d16e922d5fc87453f9c8eb43c6414b959e3da80 (diff) | |
Add examples for STM32L0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d95c388f3..b48b9feb3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -84,6 +84,8 @@ jobs: | |||
| 84 | target: thumbv7em-none-eabi | 84 | target: thumbv7em-none-eabi |
| 85 | - package: examples/stm32h7 | 85 | - package: examples/stm32h7 |
| 86 | target: thumbv7em-none-eabi | 86 | target: thumbv7em-none-eabi |
| 87 | - package: examples/stm32l0 | ||
| 88 | target: thumbv6m-none-eabi | ||
| 87 | 89 | ||
| 88 | steps: | 90 | steps: |
| 89 | - uses: actions/checkout@v2 | 91 | - uses: actions/checkout@v2 |
