Skip to content

Allow passing packbeam options from other tasks#70

Open
UncleGrumpy wants to merge 1 commit intoatomvm:masterfrom
UncleGrumpy:option_passsing
Open

Allow passing packbeam options from other tasks#70
UncleGrumpy wants to merge 1 commit intoatomvm:masterfrom
UncleGrumpy:option_passsing

Conversation

@UncleGrumpy
Copy link
Collaborator

Update the platform_flash_providers and uf2create provider to pass options to packbeam. Capitalized versions of the short option are used for pass-through to avoid conflicts with existing task options and to maintain some consistency and clarity about which options are passed to packbeam and which are consumed by the task. The start option has not been exposed, since this should be determined by other means, and the long and short versions of the option collides with other tasks options.

Closes #65

@UncleGrumpy UncleGrumpy requested a review from pguyot February 19, 2026 09:47
Update the platform_flash_providers and uf2create provider to pass
options to packbeam. Capitalized versions of the short option are used
for pass-through to avoid conflicts with existing task options and to
maintain some consistency and clarity about which options are passed
to packbeam and which are consumed by the task. The `start` option has
not been exposed, since this should be determined by other means, and
the long and short versions of the option collides with other tasks
options.

Closes atomvm#65

Signed-off-by: Winford <winford@object.stream>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure options are passed to packbeam when calling esp32_flash

2 participants