Commit graph

3 commits

Author SHA1 Message Date
Daniel Jobson
26e64f42b9
storage: add erase command
Add an erase command to let the user have more control over the
allocated area. This will also be more familiar to embedded developers.
As a bonus it minimizes the logic needed in firmware, and in theory we
can now increase the current write limit of one sector.
2024-11-08 14:58:57 +01:00
Daniel Jobson
cb8bdab5a5
Implement preload_store 2024-11-08 14:55:22 +01:00
Daniel Jobson
23b76b6178
Wip syscall function.
PoC of how a syscall could look like.
2024-11-08 14:55:21 +01:00