Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: yet another runners fix #23171

Merged
merged 3 commits into from
Feb 29, 2020

Conversation

mbolivar
Copy link
Contributor

Commit eb95bed fixed an issue preventing board.cmake files from using arguments like --hex-file in board_runner_args().

Unfortunately, it broke the ability to use those types of arguments from the command line. Fix that.

Only the last commit (scripts: run_common: fix command line --hex-file and friends) is a fix. The other two are there to hopefully make this easier to review. Since it's so late in the development cycle, I'm fine with dropping them and just making the change in the last patch.

This makes its true value clearer, and will make a later bug fix patch
easier to understand.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This will also make the reason for a following bug fix easier to see.

Update a comment block to include all the work that needs doing.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This is yet another bug introduced by the move to runners.yaml.
Sigh. I should have tested this better.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
@jhedberg jhedberg added this to the v2.2.0 milestone Feb 28, 2020
@jhedberg jhedberg merged commit dc09484 into zephyrproject-rtos:master Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Debugging area: Flashing area: West West utility bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants