Open akielaries opened 11 months ago
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