Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factorize stubs with scheduler and default board implementations #171

Open
ia0 opened this issue Jun 13, 2023 · 0 comments
Open

Factorize stubs with scheduler and default board implementations #171

ia0 opened this issue Jun 13, 2023 · 0 comments
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

Comments

@ia0
Copy link
Member

ia0 commented Jun 13, 2023

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.

@ia0 ia0 added needs:design Needs design to make progress lang:rust Modifies the Rust prelude crate:board Modifies the board API for:maintainability Improves maintainers life crate:scheduler Modifies the platform crate:api Modifies the applet API labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant