diff options
| author | James Munns <[email protected]> | 2024-07-22 11:48:12 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-22 11:48:12 +0000 |
| commit | ea4c2ca95d640e09da13d6ffab51ec943d3fc667 (patch) | |
| tree | dd4e7b0e8c2606cb42a4e1d99494842d43077e30 /docs/pages/overview.adoc | |
| parent | 2766993099b6604739ae25724aa2f6a9877d9902 (diff) | |
| parent | 4811c14cc8ad57251e50e3aaa6d221f80603f577 (diff) | |
Merge pull request #3200 from Dygear/main
Documentation Link Fixes
Diffstat (limited to 'docs/pages/overview.adoc')
| -rw-r--r-- | docs/pages/overview.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/overview.adoc b/docs/pages/overview.adoc index 1b9381bfe..7d59d5521 100644 --- a/docs/pages/overview.adoc +++ b/docs/pages/overview.adoc | |||
| @@ -48,7 +48,7 @@ link:https://github.com/lora-rs/lora-rs[lora-rs] supports LoRa networking on a w | |||
| 48 | link:https://docs.embassy.dev/embassy-usb/[embassy-usb] implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. | 48 | link:https://docs.embassy.dev/embassy-usb/[embassy-usb] implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. |
| 49 | 49 | ||
| 50 | === Bootloader and DFU | 50 | === Bootloader and DFU |
| 51 | link:https://github.com/embassy-rs/embassy/tree/master/embassy-boot[embassy-boot] is a lightweight bootloader supporting firmware application upgrades in a power-fail-safe way, with trial boots and rollbacks. | 51 | link:https://github.com/embassy-rs/embassy/tree/main/embassy-boot[embassy-boot] is a lightweight bootloader supporting firmware application upgrades in a power-fail-safe way, with trial boots and rollbacks. |
| 52 | 52 | ||
| 53 | == What is DMA? | 53 | == What is DMA? |
| 54 | 54 | ||
