diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-12 16:33:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 16:33:40 +0200 |
| commit | 97e2f1066527975c7e7f79b2f112317c20396da0 (patch) | |
| tree | cb87bbe52fa58bee67622fabdd3380f2d9317b50 /.github | |
| parent | 3353f59a431828083402126752da53294444f14c (diff) | |
| parent | b82e2627aab7e220c957685a11e8d304c6af44e9 (diff) | |
Merge pull request #242 from Tiwalun/stm32wb55-metapac
Initial support and example for STM32WB55
Diffstat (limited to '.github')
| -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 8807114ba..0585b6d3d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -86,6 +86,8 @@ jobs: | |||
| 86 | target: thumbv7em-none-eabi | 86 | target: thumbv7em-none-eabi |
| 87 | - package: examples/stm32l0 | 87 | - package: examples/stm32l0 |
| 88 | target: thumbv6m-none-eabi | 88 | target: thumbv6m-none-eabi |
| 89 | - package: examples/stm32wb55 | ||
| 90 | target: thumbv7em-none-eabihf | ||
| 89 | 91 | ||
| 90 | steps: | 92 | steps: |
| 91 | - uses: actions/checkout@v2 | 93 | - uses: actions/checkout@v2 |
