diff options
| author | Bob McWhirter <[email protected]> | 2021-06-08 14:47:32 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-06-08 15:25:38 -0400 |
| commit | 4f1f63f336e3b8df2e9d5672f145eac4e4ffef9d (patch) | |
| tree | a0914876a6c4e3b76340d5f0caa18faffd47bed9 /.github/workflows | |
| parent | 8f8914a7892bf871175ad473066cd5bbfdc422e9 (diff) | |
Initial swag at h7 examples.
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 c73c6c7e3..d95c388f3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -82,6 +82,8 @@ jobs: | |||
| 82 | target: thumbv7em-none-eabi | 82 | target: thumbv7em-none-eabi |
| 83 | - package: examples/stm32l4 | 83 | - package: examples/stm32l4 |
| 84 | target: thumbv7em-none-eabi | 84 | target: thumbv7em-none-eabi |
| 85 | - package: examples/stm32h7 | ||
| 86 | target: thumbv7em-none-eabi | ||
| 85 | 87 | ||
| 86 | steps: | 88 | steps: |
| 87 | - uses: actions/checkout@v2 | 89 | - uses: actions/checkout@v2 |
