atomvm_lib icon indicating copy to clipboard operation
atomvm_lib copied to clipboard

A library of Erlang modules for developing applications targeted for the AtomVM platform.

Results 4 atomvm_lib issues
Sort by recently updated
recently updated
newest added

Adds support for building with all current Espressif supported ESP-IDF versions.

In trying to follow the instructions here: https://github.com/atomvm/atomvm_lib/blob/master/markdown/httpd.md#the-http-file-handler i am unable to run `packbeam list priv.avm` on the generated `priv.avm` file, it results in an error like this: ``` packbeam:...

- buffering support and improved state management Copilot assisted - might not be cleanest implementation of a fix for the issue, but it does the trick.

Removes nif functions since they are all included in upstream AtomVM now. Removes the LoRa modules since they now have a standalone atomvm_lora repo.