zephyr/scripts/meta/west
Marti Bolivar bc7b1c595e scripts: west: fix some intel_s1000 runner issues
There are a few issues with the intel_s1000 runner:

- it doesn't attach to the client when running debug (this is
  a part of the command's contract specified in core.py)

- it uses hard-coded sleeps when running subprocesses instead of
  waiting for them to terminate

- it re-implements pre-existing popen_ignore_int() functionality (in a
  way that is not portable to Windows) rather than using it directly

Fix these issues.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2018-05-19 07:01:39 +03:00
..
cmd scripts: west: remove command from runner arguments 2018-05-19 07:01:39 +03:00
runner scripts: west: fix some intel_s1000 runner issues 2018-05-19 07:01:39 +03:00
__init__.py scripts: create meta-tool package, "west" 2018-05-19 07:01:39 +03:00
__main__.py scripts: create meta-tool package, "west" 2018-05-19 07:01:39 +03:00
cmake.py scripts: west: add cmake utility module 2018-05-19 07:01:39 +03:00
log.py scripts: create meta-tool package, "west" 2018-05-19 07:01:39 +03:00
main.py scripts: west: add flash, debug, debugserver commands 2018-05-19 07:01:39 +03:00
util.py scripts: create meta-tool package, "west" 2018-05-19 07:01:39 +03:00