aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/stm32.adoc
diff options
context:
space:
mode:
authorJohannes Neyer <[email protected]>2022-11-15 10:07:35 +0100
committerJohannes Neyer <[email protected]>2022-11-15 10:10:36 +0100
commitea61c192807df7a1422ea04480cca0562cbc3bb2 (patch)
treea430cd7e465625fb478278eb4857ad228406098d /docs/modules/ROOT/pages/stm32.adoc
parentbcec55464f22069c45f07745efdd0fa45a4959c4 (diff)
[doc] Fix some grammar
Diffstat (limited to 'docs/modules/ROOT/pages/stm32.adoc')
-rw-r--r--docs/modules/ROOT/pages/stm32.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/stm32.adoc b/docs/modules/ROOT/pages/stm32.adoc
index 8ed9ab04b..7bfc0592b 100644
--- a/docs/modules/ROOT/pages/stm32.adoc
+++ b/docs/modules/ROOT/pages/stm32.adoc
@@ -4,9 +4,9 @@ The link:https://github.com/embassy-rs/embassy/tree/master/embassy-stm32[Embassy
4 4
5== The infinite variant problem 5== The infinite variant problem
6 6
7STM32 microcontrollers comes in many families and flavors, and supporting all of them is a big undertaking. Embassy has taken advantage of the fact 7STM32 microcontrollers come in many families, and flavors and supporting all of them is a big undertaking. Embassy has taken advantage of the fact
8that the STM32 peripheral versions are shared across chip families. Instead of re-implementing the SPI 8that the STM32 peripheral versions are shared across chip families. Instead of re-implementing the SPI
9peripheral for every STM32 chip family, embassy have a single SPI implementation that depends on 9peripheral for every STM32 chip family, embassy has a single SPI implementation that depends on
10code-generated register types that are identical for STM32 families with the same version of a given peripheral. 10code-generated register types that are identical for STM32 families with the same version of a given peripheral.
11 11
12=== The metapac 12=== The metapac