diff options
| author | klownfish <[email protected]> | 2024-09-17 18:43:01 +0200 |
|---|---|---|
| committer | klownfish <[email protected]> | 2024-09-17 18:43:01 +0200 |
| commit | 376fc86a191e345a6d6cab23131aa8cbce90b638 (patch) | |
| tree | eff241cc81c481e671aa0cd00396e7488310e4a7 /docs | |
| parent | 0fe9fa631a8f905809424bd7b31a7b74568eb5b6 (diff) | |
| parent | 74ad31466b13c47734412ce830eab65d6de5d364 (diff) | |
Merge branch 'main' of github.com:klownfish/embassy
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/bootloader.adoc | 2 |
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 | ||
| 20 | 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. | 20 | 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. |
| 21 | 21 | ||
| 22 | STM32L0x1 devices require the `flash-erase-zero` feature to be enabled. | ||
| 23 | |||
| 22 | == Design | 24 | == Design |
| 23 | 25 | ||
| 24 | image::bootloader_flash.png[Bootloader flash layout] | 26 | image::bootloader_flash.png[Bootloader flash layout] |
