atomvm_lib
atomvm_lib copied to clipboard
A library of Erlang modules for developing applications targeted for the AtomVM platform.
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.