1
0
Fork 0

Add page for capabilties used by docs site. (#23428)

This commit is contained in:
Nick Brassel 2024-05-05 20:38:31 +10:00 committed by GitHub
parent e3e587fc74
commit 7fc552632e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 259 additions and 2 deletions

View file

@ -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):