aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkingofpayne <[email protected]>2024-09-16 22:07:56 +0200
committerGitHub <[email protected]>2024-09-16 22:07:56 +0200
commit6d89f2729ab7a6ee3dd78ccaef1b16677b5a9eee (patch)
tree1aa6772a246e777b6e21daefac131b03eacfbf62 /docs
parentae8caf3f55d91579234f199458c369536fd39bb1 (diff)
boot: flash-erase-zero (#3344)
Allow compatibility with devices whose flash erase set bytes to 0x00 instead of 0xFF, using a new flash-erase-zero feature. See issue #3342.
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/bootloader.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pages/bootloader.adoc b/docs/pages/bootloader.adoc
index 3b0cdb182..d8d50040b 100644
--- a/docs/pages/bootloader.adoc
+++ b/docs/pages/bootloader.adoc
@@ -19,6 +19,8 @@ The bootloader supports
19 19
20In 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. 20In 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.
21 21
22STM32L0x1 devices require the `flash-erase-zero` feature to be enabled.
23
22== Design 24== Design
23 25
24image::bootloader_flash.png[Bootloader flash layout] 26image::bootloader_flash.png[Bootloader flash layout]