aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
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 /Cargo.example.toml
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 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index 0e9d1e32d..3fa8a32e9 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -34,11 +34,17 @@ members = [
34 #"embassy-stm32", 34 #"embassy-stm32",
35 #"stm32-metapac", 35 #"stm32-metapac",
36 # uncomment ONLY ONE example crate. 36 # uncomment ONLY ONE example crate.
37 #"examples/stm32f0",
38 #"examples/stm32f1",
37 #"examples/stm32f4", 39 #"examples/stm32f4",
40 #"examples/stm32f7",
41 #"examples/stm32g0",
38 #"examples/stm32h7", 42 #"examples/stm32h7",
39 #"examples/stm32l0", 43 #"examples/stm32l0",
44 #"examples/stm32l1",
40 #"examples/stm32l4", 45 #"examples/stm32l4",
41 #"examples/stm32wb55", 46 #"examples/stm32wb55",
47 #"examples/stm32wl55",
42 48
43 # rp2040 49 # rp2040
44 #"embassy-rp", 50 #"embassy-rp",