Commit graph

5 commits

Author SHA1 Message Date
Daniel Jobson
e21961ca0d
fw: simplify switch to FW_RAM 2024-12-09 09:01:33 +01:00
Daniel Jobson
027978f4d4
fw: switch to FW RAM when executing a syscall. 2024-12-09 09:01:33 +01:00
Daniel Jobson
290f826e76
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-12-09 09:01:33 +01:00
Daniel Jobson
e046b7ad0f
Implement preload_store 2024-12-09 09:01:33 +01:00
Daniel Jobson
d22d9b8392
Wip syscall function.
PoC of how a syscall could look like.
2024-12-09 09:01:32 +01:00