diff options
| author | James Munns <[email protected]> | 2024-05-17 14:11:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-17 14:11:42 +0200 |
| commit | c590e91c0ba6f9180069b69cbcdc199cb157498e (patch) | |
| tree | 6d123bcb605af141a39ead59c68a5fb93832761f /docs | |
| parent | 86221cc040558afa009de2ea90095d2c0af41174 (diff) | |
FAQ: Fix section nesting
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index a7b8be4d5..8b1f22f6e 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -291,7 +291,7 @@ General steps: | |||
| 291 | 291 | ||
| 292 | See link:/examples/stm32h7/src/bin/spi_bdma.rs[this example] for more details. | 292 | See link:/examples/stm32h7/src/bin/spi_bdma.rs[this example] for more details. |
| 293 | 293 | ||
| 294 | === How do I switch to the `main` branch? | 294 | == How do I switch to the `main` branch? |
| 295 | 295 | ||
| 296 | Sometimes to test new changes or fixes, you'll want to switch your project to using a version from GitHub. | 296 | Sometimes to test new changes or fixes, you'll want to switch your project to using a version from GitHub. |
| 297 | 297 | ||
| @@ -315,7 +315,7 @@ embassy-usb = { git = "https://github.com/embassy-rs/embassy", rev | |||
| 315 | embassy-usb-driver = { git = "https://github.com/embassy-rs/embassy", rev = "4cade64ebd34bf93458f17cfe85c5f710d0ff13c" } | 315 | embassy-usb-driver = { git = "https://github.com/embassy-rs/embassy", rev = "4cade64ebd34bf93458f17cfe85c5f710d0ff13c" } |
| 316 | ---- | 316 | ---- |
| 317 | 317 | ||
| 318 | === How do I add support for a new microcontroller to embassy? | 318 | == How do I add support for a new microcontroller to embassy? |
| 319 | 319 | ||
| 320 | This is particularly for cortex-m, and potentially risc-v, where there is already support for basics like interrupt handling, or even already embassy-executor support for your architecture. | 320 | This is particularly for cortex-m, and potentially risc-v, where there is already support for basics like interrupt handling, or even already embassy-executor support for your architecture. |
| 321 | 321 | ||
