Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.82k stars 146 forks source link

Usage as calculator engine on physical calculator #639

Closed BasilioPV closed 4 months ago

BasilioPV commented 6 months ago

First of all, your project is awesome!! Being your proyect written in C++, I need to know if it will be possible to compile them for the use on modern ARM calculators such as:

https://www.swissmicros.com/product/dm42

https://hackaday.io/project/179949-openrpncalc

The objective is to run into:

"The STM32L476xx devices embed high-speed memories (Flash memory up to 1 Mbyte, up to 128 Kbyte of SRAM)"

But other bigger alternatives, such as ESP32 or raspberry pi zero, can be an alternative.

What do you think? Thanks

hanna-kn commented 6 months ago

I'm not familiar with any of the mentioned hardware. Compilation should be possible, but you would likely also need to compile at least some of the dependencies, and it is unlikely that processor speed and available memory is enough for anything with less resources than raspberry pi zero.