commit | 13f79ed693b4217b3648f5ad4d329f23fc06582c | [log] [tgz] |
---|---|---|
author | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Thu Mar 11 19:05:41 2021 +0200 |
committer | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Fri Apr 16 10:45:39 2021 +0300 |
tree | 075158fcb891ab896043fc7023bf53dc45db7934 | |
parent | cdee0b788586179de93b6ed22db24108fa9b1bd5 [diff] [blame] |
Implement new swap scheme for devices with large erase size using scratch with status area
diff --git a/sim/mcuboot-sys/src/area.rs b/sim/mcuboot-sys/src/area.rs index 9d65078..f151fe4 100644 --- a/sim/mcuboot-sys/src/area.rs +++ b/sim/mcuboot-sys/src/area.rs
@@ -189,6 +189,8 @@ ImageScratch = 3, Image2 = 4, Image3 = 5, + //ImageSwapStatus = 7, + //ImageSwapStatus = 3, } impl Default for FlashId {