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

document porting, abstractions, PACs, HALs, sharing crates #543

Open
orangecms opened this issue Feb 6, 2022 · 1 comment
Open

document porting, abstractions, PACs, HALs, sharing crates #543

orangecms opened this issue Feb 6, 2022 · 1 comment

Comments

@orangecms
Copy link
Contributor

orangecms commented Feb 6, 2022

Brief Summary

Rust allows for easily sharing code. Unlike with C, there is a public registry from which we can (and already do) use crates.
Rust also has ideas on hardware abstraction and porting that we should look into, especially the hardware abstraction layer (HAL) design.

Project Candidates for Sharing

@orangecms orangecms changed the title Portability, abstractions, HALs, sharing crates Portability, abstractions, PACs, HALs, sharing crates Apr 29, 2022
@orangecms
Copy link
Contributor Author

We have switched to using PACs and implementing embedded HAL traits for the bits we need in order to talk to peripherals - as intended, not full drivers. This needs guides and references in the README. 🦀

@orangecms orangecms changed the title Portability, abstractions, PACs, HALs, sharing crates document porting, abstractions, PACs, HALs, sharing crates Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant