diff options
| author | xoviat <[email protected]> | 2021-03-20 18:30:12 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-20 18:30:12 -0500 |
| commit | a66ee4a8242647ee1c9f1e80789a2eaeab128aaf (patch) | |
| tree | f5fe4a52a0c91422197e4a38819de4297dcf1c1b /.github | |
| parent | 451cec56f020d08af8a3c1ccba6bd5ca58718544 (diff) | |
| parent | 38cd2672d3eb25f682498689c2ea4cb247513c80 (diff) | |
Merge pull request #99 from xoviat/fix-stm32f446
ci: add stm32f446
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9b3d3b29e..19499632d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -54,6 +54,9 @@ jobs: | |||
| 54 | features: stm32f405 | 54 | features: stm32f405 |
| 55 | - package: embassy-stm32f4 | 55 | - package: embassy-stm32f4 |
| 56 | target: thumbv7em-none-eabi | 56 | target: thumbv7em-none-eabi |
| 57 | features: stm32f446 | ||
| 58 | - package: embassy-stm32f4 | ||
| 59 | target: thumbv7em-none-eabi | ||
| 57 | features: stm32f405,defmt | 60 | features: stm32f405,defmt |
| 58 | - package: embassy-stm32l0 | 61 | - package: embassy-stm32l0 |
| 59 | target: thumbv6m-none-eabi | 62 | target: thumbv6m-none-eabi |
