From 8a80ae56854dec4cc052fcc999d16df9f3f73876 Mon Sep 17 00:00:00 2001 From: Matous Hybl Date: Fri, 6 May 2022 10:55:17 +0200 Subject: [PATCH] Update list of families with bootloader support --- docs/modules/ROOT/pages/bootloader.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.