diff options
| author | Johannes Neyer <[email protected]> | 2022-11-15 10:07:35 +0100 |
|---|---|---|
| committer | Johannes Neyer <[email protected]> | 2022-11-15 10:10:36 +0100 |
| commit | ea61c192807df7a1422ea04480cca0562cbc3bb2 (patch) | |
| tree | a430cd7e465625fb478278eb4857ad228406098d /docs/modules/ROOT/pages/stm32.adoc | |
| parent | bcec55464f22069c45f07745efdd0fa45a4959c4 (diff) | |
[doc] Fix some grammar
Diffstat (limited to 'docs/modules/ROOT/pages/stm32.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/stm32.adoc | 4 |
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 | ||
| 7 | STM32 microcontrollers comes in many families and flavors, and supporting all of them is a big undertaking. Embassy has taken advantage of the fact | 7 | STM32 microcontrollers come in many families, and flavors and supporting all of them is a big undertaking. Embassy has taken advantage of the fact |
| 8 | that the STM32 peripheral versions are shared across chip families. Instead of re-implementing the SPI | 8 | that the STM32 peripheral versions are shared across chip families. Instead of re-implementing the SPI |
| 9 | peripheral for every STM32 chip family, embassy have a single SPI implementation that depends on | 9 | peripheral for every STM32 chip family, embassy has a single SPI implementation that depends on |
| 10 | code-generated register types that are identical for STM32 families with the same version of a given peripheral. | 10 | code-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 |
