exatomvm
exatomvm copied to clipboard
Build Elixir projects for your microcontroller
Updates the README to reflect recent updates to the esp32 application partition location.
Updates binary formats to updated uf2tool formats, changes the default format to univeral, which is compatible with all Pico SOCs.
When I added stm32 support I did not consider the inconvenience reusing the flash_offset setting, also used by esp32, could cause. This could be quite inconvenient for anyone developing an...
Original issue is here: https://github.com/atomvm/atomvm_lib/issues/15 It seems packbeam cannot list contents of avm files generated with exatomvm on otp28. Was not able to verify as it seemed to also be...
Generated from previous snippets: https://github.com/atomvm/exatomvm/commit/bd4f0104e5f770547bf0ce80a22651e2df5bdd0e and https://github.com/atomvm/exatomvm/commit/0b6d98b73343aafc6b7fcb68260ca650cc96d3c0 The FuncsDiffAnalyzer is perhaps not needed beyond this PR, where sorting is enforced, but it's nice to have. ``` ➜ ExAtomVM git:(update-funcs) ✗...
I was going through [docs](https://doc.atomvm.org/latest/atomvm-tooling.html#creating-an-atomvm-avm-file-with-mix) After `mix atomvm.packbeam` i get: ``` 21:29:26.362 [error] Process #PID raised an exception ** (RuntimeError) found error while checking types for Mix.Tasks.Atomvm.Uf2create.run/1: ** (MatchError) no...
I've had my development system working reliably for some time but in the last couple of days I now always get this error. I've checked and double checked everything and...
Confusing DX for beginners, and I honestly don't know/understand what it's for. So let's just remove the warning.
When compiling my project it fails with uart:read/2 not found. Yet this is running on 6.6 and the method is in the AtomVM source. I believe the problem lies with...