exatomvm icon indicating copy to clipboard operation
exatomvm copied to clipboard

Fix `flash_offset` collision in mix.exs

Open UncleGrumpy opened this issue 1 year ago • 2 comments

Changes the mix.exs flash_offset option to include the platform name, to allow configuring an application for both esp32 and stm32 platforms in the mix.exs file. The original name is retained for command line over-rides.

closes #30

UncleGrumpy avatar Nov 20 '24 04:11 UncleGrumpy

This has been approved already but maybe good to add some comment explaining the difference in flash_address between the elixir and non-elixir images?

joustava avatar Feb 02 '25 17:02 joustava

This has been approved already but maybe good to add some comment explaining the difference in flash_address between the elixir and non-elixir images?

Other than being more explicit about needing to use an elixir support image, I think any reference to the offset used in the Erlang only images would lead to more confusion.

UncleGrumpy avatar Feb 03 '25 00:02 UncleGrumpy