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

[Skeletal Model] Support no_std + alloc in skeletal model #69

Open
2 tasks
TheButlah opened this issue Nov 26, 2022 · 0 comments
Open
2 tasks

[Skeletal Model] Support no_std + alloc in skeletal model #69

TheButlah opened this issue Nov 26, 2022 · 0 comments
Labels
Area: Skeletal Model Relating to the skeletal model subproject Status: Help Wanted Requires help from another person to progress

Comments

@TheButlah
Copy link
Collaborator

TheButlah commented Nov 26, 2022

There is a decent chance that someone will want to try running the skeletal model on a microcontroller without an OS. We should support a no_std + alloc environment.

Current blockers:

  • we use thiserror and that doesn't support no_std. Could try snafu instead.
  • petgraph doesn't support no_std 🥲
@TheButlah TheButlah added the Area: Skeletal Model Relating to the skeletal model subproject label Nov 26, 2022
@TheButlah TheButlah changed the title Support no_std + alloc in skeletal model [Skeletal Model] Support no_std + alloc in skeletal model Nov 27, 2022
@TheButlah TheButlah added the Status: Help Wanted Requires help from another person to progress label Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Skeletal Model Relating to the skeletal model subproject Status: Help Wanted Requires help from another person to progress
Projects
None yet
Development

No branches or pull requests

1 participant