Paul Guyot
Paul Guyot
There is a comment in the code about the limit of 16. https://github.com/atomvm/AtomVM/blob/b6de42be8c43d3583a34d18a449bd6269f42f149/src/libAtomVM/context.h#L70-L72 BEAM’s limit of 1024 is actually enforced at compilation time. ``` > erlc -S src/test.erl test:1: function...
A reorganization of the code would be very welcome. It's not clear how this would be articulated with CMake targets. The only platform with components is esp32 and they do...
We definitely need to align semantics of gpio module across platforms. We may want to fail with badargs when arguments are inappropriate instead of returning error atom as we currently...
This was fixed by #95
Ubuntu 22.04 indeed features a rather old version of qemu. You can upgrade to 24.04 once PR #111 is merged, and then you will be able to pass cortex-a76 in...
Did you find a solution to your issue? Otherwise, I suggest you bind mount the repo in either run. I guess copy doesn't work in the second run because the...
@YuukanOO I agree this should be provided. It took 10 hours to build a wheel on a Pi Zero. Pis Zero have a smaller FPU instruction set than more powerful...
Are you using an arm64 machine? If so, please try attached binary. You may need to do `xattr -cr Erlang.bblm`. [Erlang.bblm.zip](https://github.com/pguyot/erlang-bblm/files/12572689/Erlang.bblm.zip)