akielaries / openGPMP

Hardware Accelerated General Purpose Mathematics Package
https://akielaries.github.io/openGPMP/
MIT License
8 stars 3 forks source link

Target embedded platforms #96

Open akielaries opened 11 months ago

akielaries commented 11 months ago

Look into what kind of microcontrollers/other embedded devices to tinker with for getting openGPMP working

akielaries commented 9 months ago

work with using STM32 to prototype with

akielaries commented 7 months ago

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

akielaries commented 7 months ago

If I am feeling bored I will dig into prototyping with Rust for this