diff options
author | Joel Challis <git@zvecr.com> | 2023-01-18 22:36:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 22:36:58 +0000 |
commit | 82a94ea1bd4d930aebb15f7a3316836a0488421d (patch) | |
tree | 8e8d0f01d6b59aa7dbae1bf3635c8965d44efbdc /docs | |
parent | dcd532830dae642770e628ddd8d77971876a2e31 (diff) |
Add f303 to tinyuf2 bootloader support (#19620)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/flashing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index a636f19c72..443fa3123e 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -324,7 +324,7 @@ Flashing sequence: ## tinyuf2 -Keyboards may opt into supporting the tinyuf2 bootloader. This is currently only supported on the F401/F411 blackpill. +Keyboards may opt into supporting the tinyuf2 bootloader. This is currently only supported on F303/F401/F411. The `rules.mk` setting for this bootloader is `tinyuf2`, and can be specified at the keymap or user level. @@ -365,7 +365,7 @@ CLI Flashing sequence: ## uf2boot -Keyboards may opt into supporting the uf2boot bootloader. This is currently only supported on the F103 bluepill. +Keyboards may opt into supporting the uf2boot bootloader. This is currently only supported on F103. The `rules.mk` setting for this bootloader is `uf2boot`, and can be specified at the keymap or user level. |