Skip to content
Snippets Groups Projects
  1. May 06, 2020
    • Julien Cretin's avatar
      Remove writable flash regions support · 3edb3876
      Julien Cretin authored
      Removing support for writable flash regions permits to save 1 page in the binary
      due to alignment constraints. It also permits to reduce the diff with libtock-rs
      which doesn't support writable flash regions.
      
      This commit also updates the `SyscallStorage` documentation.
      3edb3876
  2. Mar 23, 2020
  3. Mar 22, 2020
  4. Mar 18, 2020
  5. Mar 10, 2020
    • Julien Cretin's avatar
      Wipe sensitive data on entry deletion · 61a4fb97
      Julien Cretin authored
      When inserting (or replacing) entries in the store, the data may be marked as
      sensitive. When that entry is deleted, the data is wiped by overwritting it with
      zeroes. This may cost a few bytes of overhead per entry with sensitive data to
      satisfy the constraint that words may only be written twice.
      61a4fb97
  6. Mar 04, 2020
    • Julien Cretin's avatar
      Support storing in RAM instead of flash · e52a6718
      Julien Cretin authored
      This permits to run without persistent storage. The benefit is that the board
      doesn't implement a the syscall API in Tock. The disadvantage is that rebooting
      the key will reset the storage.
      e52a6718
  7. Jan 30, 2020
Loading