AtomVM
AtomVM copied to clipboard
Tiny Erlang VM
Entry-level book is required for newbies called such as "embedded Erlang/Elixir in IoT applications". I look at the Erlang language stack as a good candidate for IoT applications, especially for...
Considering that this VM should be small, on what hardware platform is it still possible to run on? This project looks a little similar to [MicroPython](https://micropython.org/) from it's possible use...
The recent esp32-snapshots (Toolchain version: esp32-2019r1) require 2 include-File changes in order to compile AtomVM for esp32: **AtomVM/src/platforms/esp32/main:** **sys.c** ``` #include -> #include "absolute path to $(IDF_PATH)/components/lwip/lwip/src/include/compat/posix/sys/socket.h" ``` **network_driver.c:** ```...
Thanks for the work on this project! Currently I'm trying to find out if I can use AtomVm on my master tesis . One of the aim of the tesis...
Right now only binaries are supported, add support to any bitstring.
Following `timer` related functions are missing and should be implemented: `send_after/2` `send_after/3` `apply_after/4`
Following `timer` related functions are missing and should be implemented: `send_interval/2` `send_interval/3` `apply_interval/4`
PackBEAM uses the first given .beam module as startup-module. This behavior is error prone and should be fixed. A new switch --startup-module (or maybe --entry-point) is proposed, so the startup...
Hi! I have a question - can I cross-compile it for using in linux under mips arch ? I've tried to build it using debian distro in qemu emulator avm...
Hi, I am guessing with this minimum requirement, it would not be possible to port AtomVM to run on an ESP8266 ? Regards, Zinahe A.