AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Tiny Erlang VM

Results 299 AtomVM issues
Sort by recently updated
recently updated
newest added

This change set allows the mkimage script to work with both make and idf.py builds. Signed-off-by: Fred Dushin These changes are made under both the "Apache 2.0" and the "GNU...

This PR adds limited support for the OTP `socket` interface, which exposes APIs for low-level socket operations, as defined in OTP 22 and later. This implementation aims to be API-compatible...

This change allows the build system to create Kconfiguration that is appropriate for the IDF-SDK platform, while also allowing users to make changes to the sdkconfig file without accidentally checking...

Changes to the contents of AtomVM/src/platforms/esp32/components/avm_builtins were ignored by the gitignore rules. This updates the rules to track changes to the avm_builtins directory. Closes issue #330. These changes are made...

The current .gitignore rules do not allow for tracking any changes to the contents of the src/platforms/esp32/components/avm_builtins directory.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

This change set adds range checking to the parsing of external term, for example, when loading modules or when converting binaries to terms. If an external term contains encodings that...

Updates to ESP32 build tests for the latest Espressif ESP-IDF releases. ESP-IDF v4.4 -> v4.4.1 ESP-IDF v4.1.2 -> v4.1.3 Signed-off-by: Winford These changes are made under both the "Apache 2.0"...

Homebrew is a popular package management system for MacOS and Linux. A Homebrew formula would allow users to build and install the generic_unix version of AtomVM on their development workstations...

help wanted
good first issue
platform:generic-unix

The README in the master repo is likely the first place new users will learn about the project. We should be directing them to the more extensive documentation and contact...

documentation