You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runner argument backend currently no longer accepts setting common
configuration values through board_runner_args() and
board_finalize_runner_args().
This is affecting the intel_s1000 board's CMake configuration, causing
errors when 'west flash' et al are run.
However, the options in board_finalize_runner_args() appear to be
unnecessary (and likely shouldn't be there at all), as they are just
hard-coding the same values set elsewhere in the build system.
Let's have a single point of truth and remove them from the board
file. This has the side effect of restoring 'make flash'.
Fixes: zephyrproject-rtos#7986
Signed-off-by: Marti Bolivar <[email protected]>
0 commit comments