aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-26 15:37:04 +0000
committerGitHub <[email protected]>2021-10-26 15:37:04 +0000
commita6fe031d34d27ffb4ad9365ec226674347ba277f (patch)
tree94dea9fe0c4a9720dca825e0a6bd64d60d91f7f0 /.github
parent7cb34760c4bd4d98f38437c36769c54c56047a10 (diff)
parent0fc92866b0457362494e5c9ca91587d0d80b0c9e (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')
-rw-r--r--.github/workflows/rust.yml2
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: