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
west: tools.py: fix espressif monitor command for sysbuild
Runing `west espressif monitor` failed when the app was built with
`--sysbuild`.
Using domain.build_dir to get path for app built with sysbuild now.
Function get_build_dir (copied from zephyr repo) is removed because
it is not needed here.
Signed-off-by: Martin Jäger <[email protected]>
0 commit comments