diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-10-26 15:37:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-26 15:37:04 +0000 |
| commit | a6fe031d34d27ffb4ad9365ec226674347ba277f (patch) | |
| tree | 94dea9fe0c4a9720dca825e0a6bd64d60d91f7f0 /.github/workflows/rust.yml | |
| parent | 7cb34760c4bd4d98f38437c36769c54c56047a10 (diff) | |
| parent | 0fc92866b0457362494e5c9ca91587d0d80b0c9e (diff) | |
Merge #437
437: Initial support for STM32F767ZI. r=Dirbaio a=matoushybl
This PR adds support for the STM32F767ZI, it adds examples and RCC setup.
It is greatly based on the F4 source code and the f7-hal.
This PR is based on the pending PR in stm32-data: https://github.com/embassy-rs/stm32-data/pull/92
I am looking forward to your feedback on improving it and adding support for more peripherals and devices in the F7 family.
Co-authored-by: Matous Hybl <[email protected]>
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github/workflows/rust.yml')
| -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 ff30a09a7..59549fac6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -112,6 +112,8 @@ jobs: | |||
| 112 | target: wasm32-unknown-unknown | 112 | target: wasm32-unknown-unknown |
| 113 | - package: examples/stm32f1 | 113 | - package: examples/stm32f1 |
| 114 | target: thumbv7m-none-eabi | 114 | target: thumbv7m-none-eabi |
| 115 | - package: examples/stm32f7 | ||
| 116 | target: thumbv7em-none-eabihf | ||
| 115 | steps: | 117 | steps: |
| 116 | - uses: actions/checkout@v2 | 118 | - uses: actions/checkout@v2 |
| 117 | with: | 119 | with: |
