diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-16 16:46:01 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-16 16:46:01 +0200 |
| commit | 6386c34079913732466046194f79a683a4aefce4 (patch) | |
| tree | dc7c1007adfe19c14a8f9979ed9d050ccfa75b5a /.github | |
| parent | 927be5010926f5ce1f81bd2cec75b1e8883be377 (diff) | |
| parent | a4ea08f89f47d1f3f6382997354f1d6ef8bcb58b (diff) | |
Merge pull request #250 from lulf/dual-core
Add support for generating PAC for dual cores
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0585b6d3d..f4105230d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -71,7 +71,7 @@ jobs: | |||
| 71 | features: stm32f429zi,log | 71 | features: stm32f429zi,log |
| 72 | - package: embassy-stm32 | 72 | - package: embassy-stm32 |
| 73 | target: thumbv7em-none-eabi | 73 | target: thumbv7em-none-eabi |
| 74 | features: stm32h755zi,defmt | 74 | features: stm32h755zi_cm7,defmt |
| 75 | - package: embassy-stm32 | 75 | - package: embassy-stm32 |
| 76 | target: thumbv7em-none-eabi | 76 | target: thumbv7em-none-eabi |
| 77 | features: stm32l476vg,defmt | 77 | features: stm32l476vg,defmt |
