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

Refactor sel4 crate #84

Merged
merged 52 commits into from
Feb 12, 2024
Merged

Refactor sel4 crate #84

merged 52 commits into from
Feb 12, 2024

Conversation

nspin
Copy link
Member

@nspin nspin commented Feb 10, 2024

  • Add support for sharing state with C
  • Resolve Relegate sel4-sys crate's sel4test hack to a branch #81
  • Rename LocalCPtr -> Cap
  • Add init_thread module
  • Add sel4_cfg_word! macro
  • Require sel4_cfg attribute with sel4_cfg_if! macro
  • Add sel4_config::consts module
  • Improve adherence to Rust variable naming conventions
  • Improve style and clarity throughout
  • Simplify throughout
  • Update rustdoc

nspin added 30 commits February 10, 2024 11:44
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
And introduce init_thread module

Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
nspin added 22 commits February 10, 2024 11:44
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
@nspin nspin merged commit 63ce236 into seL4:main Feb 12, 2024
9 checks passed
@nspin nspin deleted the pr/refactor-sel4-crate branch February 12, 2024 07:33
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

Successfully merging this pull request may close these issues.

Relegate sel4-sys crate's sel4test hack to a branch
1 participant