-
Notifications
You must be signed in to change notification settings - Fork 3
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
Target embedded platforms #96
Comments
work with using STM32 to prototype with |
So far the code for the STM and AVR series chips is written in C and making use of the arm-gcc and avr-gcc compilers respectively. C++ is a pain for some embedded related tasks I've found so far (mostly just compiling the existing C code with the g++ counterpart). I'm not sure which language would be easier to work with or nice for applications...
The only way to tell is to compare/benchmark |
If I am feeling bored I will dig into prototyping with Rust for this |
Look into what kind of microcontrollers/other embedded devices to tinker with for getting openGPMP working
The text was updated successfully, but these errors were encountered: