summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatous Hybl <hyblmatous@gmail.com>2022-05-06 10:55:17 +0200
committerMatous Hybl <hyblmatous@gmail.com>2022-05-06 21:57:15 +0200
commit8a80ae56854dec4cc052fcc999d16df9f3f73876 (patch)
treefa6000199428777b38df5a47862fd3629d939a63 /docs
parent118532278c0f08cfc06c3e113038a47161c254bd (diff)
downloadembassy-8a80ae56854dec4cc052fcc999d16df9f3f73876.zip
Update list of families with bootloader support
Diffstat (limited to 'docs')
-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 7539774c..3df2daf5 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
The bootloader supports
* nRF52 with and without softdevice
-* STM32 L4, WB, WL, L1 and L0
+* STM32 L4, WB, WL, L1, L0, F3, F7 and H7
In 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.