Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
  2. Sep 26, 2022
  3. Sep 25, 2022
  4. Sep 23, 2022
  5. Sep 22, 2022
  6. Sep 21, 2022
  7. Sep 20, 2022
    • bors[bot]'s avatar
      Merge #957 · 44d7a84e
      bors[bot] authored
      
      957: Take into account size of revert index r=lulf a=lulf
      
      Fixes a bug in the partition assertions that ensures that the state page(s) have enough space for 2x active partition range.
      
      Add unit test to verify that panic is observed.
      
      Co-authored-by: default avatarUlf Lilleengen <ulf.lilleengen@gmail.com>
      44d7a84e
    • Ulf Lilleengen's avatar
      Take into account size of revert index · b418c0e4
      Ulf Lilleengen authored
      Fixes a bug in the partition assertions that ensures that the state
      page(s) have enough space for 2x active partition range.
      
      Add unit test to verify that panic is observed.
      b418c0e4
    • bors[bot]'s avatar
      Merge #956 · 11da2580
      bors[bot] authored
      
      956: Remove BootFlash borrow r=lulf a=lulf
      
      Compiler will infer a different lifetime for BootFlash than for the borrowed flash, which makes it require more type annotations than if it was just owning the type. Since it doesn't really matter if it owns or borrows in practical use, change it to own so that it simplifies usage.
      
      Co-authored-by: default avatarUlf Lilleengen <ulf.lilleengen@gmail.com>
      11da2580
    • Ulf Lilleengen's avatar
      Remove BootFlash borrow · d0fe654c
      Ulf Lilleengen authored
      Compiler will infer a different lifetime for BootFlash than for the
      borrowed flash, which makes it require more type annotations than if it
      was just owning the type. Since it doesn't really matter if it owns or
      borrows in practical use, change it to own so that it simplifies usage.
      d0fe654c
  8. Sep 19, 2022