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

When using `gen_tcp:connect/3` with a timeout option (i.e. `[{timout, 5000}]`) the timout is not honored. For example when using a hostname for the Address and the `{inet_backend, socket}` option the...

The bundled newlib doesn't print 64 bits integers so logging macros displayed garbage. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1...

~Merge after #1614. New code after ["ets hash table: rename status enum"](https://github.com/atomvm/AtomVM/commit/e48a3794bc3e9b3290ad98c7d975bb93071ed8b2).~ These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or...

I have set up a small test environment. it consists of 1. esp32-s3 running AtomVm-0.7 2. ds3231 3. bme280 4. bh1750 5. gy512 6. ssd1306 7. sx1276 and wrote a...

Allow putting ESP32 to light sleep, and wake it up using a GPIO or a timer. These changes are made under both the "Apache 2.0" and the "GNU Lesser General...

a portscan ``` nmap -p 4000-5000 10.28.57.95 ``` kills epmd (andalso ```telnet ip 4369``` and probably other programs) ``` (12526) otp_socket: Unable to accept on socket 54. errno=128 CRASH ======...

hello, what would be the best way to return a void* (which will be an input parameter of other nif(s) ) from a nif? thanks for any answer.

Let's run a number of manual tests and additional checks in order to make sure v0.6.6 will be the best release ever. Test binaries can be found here: https://github.com/bettio/avm_tag_ci/releases/tag/v0.6.6202506192 **Please,...

Hi, I am trying to upload a release for esp32-c3 on the device: ``` esptool.py \ --chip esp32-c3 \ --port /dev/cu.usbmodem14201 --baud 921600 \ --before default_reset --after hard_reset \ write_flash...