Minimum hardware requirements (Arduino support?) #1109
-
Considering that this VM should be small, on what hardware platform is it still possible to run on?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
If you have more questions we have #atomvm channel on Elixir slack. |
Beta Was this translation helpful? Give feedback.
-
@bettio so approximately how much memory and flash would you need to port atomvm to another board? I was thinking about doing that with one of mine this weekend until I saw your post saying 10kb was not reasonable (mine has 8kb ram, 24kb flash, but is a Cortex-M0+). |
Beta Was this translation helpful? Give feedback.
-
You can try to follow some other way, via C code generation in Elixir -- it does not need any side runtimes and can be truly HardRT. I can't say it is simple, but in some cases, it can be a variant to use friendly language to write code in other platform/employer-forced language stacks. |
Beta Was this translation helpful? Give feedback.
-
For anyone following this issue, after some extensive work on the STM32 platform, I can say the minimum flash requirement would be 512K of flash. For devices with this minimum amount of flash the compiler optimization must be |
Beta Was this translation helpful? Give feedback.
If you have more questions we have #atomvm …