aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-06 20:18:26 +0000
committerGitHub <[email protected]>2022-05-06 20:18:26 +0000
commit7e774ff8300cb4df6c561f99f1c33485256155e6 (patch)
treefa6000199428777b38df5a47862fd3629d939a63 /docs/modules/ROOT
parentf7af9a549f165419f4fa85c82b42a3e5b54d417e (diff)
parent8a80ae56854dec4cc052fcc999d16df9f3f73876 (diff)
Merge #755
755: Add support for flash and bootloader for F3, F7 and H7 r=matoushybl a=matoushybl Co-authored-by: Matous Hybl <[email protected]>
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/bootloader.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/bootloader.adoc b/docs/modules/ROOT/pages/bootloader.adoc
index 7539774c4..3df2daf51 100644
--- a/docs/modules/ROOT/pages/bootloader.adoc
+++ b/docs/modules/ROOT/pages/bootloader.adoc
@@ -14,7 +14,7 @@ The bootloader supports both internal and external flash by relying on the `embe
14The bootloader supports 14The bootloader supports
15 15
16* nRF52 with and without softdevice 16* nRF52 with and without softdevice
17* STM32 L4, WB, WL, L1 and L0 17* STM32 L4, WB, WL, L1, L0, F3, F7 and H7
18 18
19In general, the bootloader works on any platform that implements the `embedded-storage` traits for its internal flash, but may require custom initialization code to work. 19In general, the bootloader works on any platform that implements the `embedded-storage` traits for its internal flash, but may require custom initialization code to work.
20 20