aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorklownfish <[email protected]>2024-09-17 18:43:01 +0200
committerklownfish <[email protected]>2024-09-17 18:43:01 +0200
commit376fc86a191e345a6d6cab23131aa8cbce90b638 (patch)
treeeff241cc81c481e671aa0cd00396e7488310e4a7 /docs
parent0fe9fa631a8f905809424bd7b31a7b74568eb5b6 (diff)
parent74ad31466b13c47734412ce830eab65d6de5d364 (diff)
Merge branch 'main' of github.com:klownfish/embassy
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]