Skip to content

Can GLICOL run on an embedded Arm Cortex M4/M7? #77

Answered by chaosprint
znmeb asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your question.
I also have STM32F3 and some ESP boards.
In theory it should be able to, but it may require some hacking for now. I will try to test and make the process easier in the coming days.
The key is to make Glicol support no_std. Yet two dependencies of Glicol, petgraph and pest have not supported no_std in main releases. There are already some successful forks of these two packages that successfully implemented no_std but not yet merged.
pest-parser/pest#498
petgraph/petgraph#370
I will test by depending on the forked git soon.

You get already get started by reading:
https://github.com/rust-embedded/awesome-embedded-rust
Especially the:
The Embedded Rust Book
For au…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@znmeb
Comment options

@chaosprint
Comment options

@znmeb
Comment options

@chaosprint
Comment options

Answer selected by znmeb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants