diff options
author | Nick Brassel <nick@tzarc.org> | 2024-05-05 20:38:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 11:38:31 +0100 |
commit | 7fc552632eb41b031d9557fe317f71e43377dde7 (patch) | |
tree | ad6aeb20425b50a15a6fad6cc58a940a723b28c4 /docs/flashing.md | |
parent | e3e587fc7491e56c77fecd0c5c91f0c10027f1a1 (diff) |
Add page for capabilties used by docs site. (#23428)
Diffstat (limited to 'docs/flashing.md')
-rw-r--r-- | docs/flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 95b3680410..4867c20bec 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -236,7 +236,7 @@ Flashing sequence: ## STM32/APM32 DFU -All STM32 and APM32 MCUs, except for F103 (see the [STM32duino section](#stm32duino)) come preloaded with a factory bootloader that cannot be modified nor deleted. +All USB-capable STM32 and APM32 MCUs, except for a small handful (such as STM32F103 -- see the [STM32duino section](#stm32duino)) come preloaded with a factory bootloader that cannot be modified nor deleted. To ensure compatibility with the STM32-DFU bootloader, make sure this block is present in your `rules.mk` (optionally with `apm32-dfu` instead): |