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/src/caps.rs b/sim/src/caps.rs index 1d9a612..c626ee6 100644 --- a/sim/src/caps.rs +++ b/sim/src/caps.rs
@@ -25,6 +25,7 @@ DowngradePrevention = (1 << 12), EncX25519 = (1 << 13), Bootstrap = (1 << 14), + SwapUsingStatus = (1 << 15), } impl Caps {