diff options
| author | Ulf Lilleengen <[email protected]> | 2021-06-16 15:12:07 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-06-16 15:12:07 +0200 |
| commit | b6a870369834b148d0f307abd37ea246180c89fb (patch) | |
| tree | 2c28097238df39d166436ca3288bdaf2cbbcc10b /.github | |
| parent | c9bf039cae73fb21fa1d2e14d4ce7137df76c8f8 (diff) | |
Add support for generating PAC for dual cores
* Chips that have multiple cores will be exposed as chipname_corename,
i.e. stm32wl55jc_cm4
* Chips that have single cores will use the chip family as feature name
and pick the first and only core from the list
* Add support for stm32wl55 chip family
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 |
