Factorize stubs with scheduler and default board implementations #171
Labels
crate:api
Modifies the applet API
crate:board
Modifies the board API
crate:scheduler
Modifies the platform
for:maintainability
Improves maintainers life
lang:rust
Modifies the Rust prelude
needs:design
Needs design to make progress
There is some duplication between stubs (#170) and the logic in the scheduler mapping from applet API to board API and the default implementations of the board API (like software crypto). It should be possible to factorize the scheduler mapping and use some native board. This should be easier to do once #156 is fixed. This may also relate to how #31 will eventually be fixed.
The text was updated successfully, but these errors were encountered: