commit | 32b475ebb97332f078348ff8548888b36fe3d813 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Tue Oct 24 12:29:03 2017 -0400 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Oct 28 13:31:22 2017 -0400 |
tree | c2936ad06298ce1ffa3b4e0e4e07867afea64fe6 | |
parent | 12802cf36e5b0306108f7a72d2ff9d9299cff558 [diff] |
scripts: zephyr_flash_debug: refactor into new "runner" package Factor the classes which do the work into a new "runner" package. This package has a core module where ZephyrBinaryRunner and common helpers will live, and one file per subclass / runner front-end. The top-level script, zephyr_flash_debug.py, still exists, but just delegates its work to the core. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>