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.
This commit is contained in:
@@ -19,6 +19,8 @@ The bootloader supports
|
||||
|
||||
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.
|
||||
|
||||
STM32L0x1 devices require the `flash-erase-zero` feature to be enabled.
|
||||
|
||||
== Design
|
||||
|
||||
image::bootloader_flash.png[Bootloader flash layout]
|
||||
|
||||
Reference in New Issue
Block a user