Support storing in RAM instead of flash
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.
Showing
- .github/workflows/cargo_check.yml 6 additions, 0 deletions.github/workflows/cargo_check.yml
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- deploy.py 8 additions, 0 deletionsdeploy.py
- run_desktop_tests.sh 1 addition, 0 deletionsrun_desktop_tests.sh
- src/ctap/storage.rs 14 additions, 7 deletionssrc/ctap/storage.rs
- src/embedded_flash/buffer.rs 2 additions, 1 deletionsrc/embedded_flash/buffer.rs
- src/embedded_flash/mod.rs 0 additions, 2 deletionssrc/embedded_flash/mod.rs
Loading
Please register or sign in to comment